1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00
dotclear2_ynh/manifest.json

56 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2015-08-19 17:41:15 +02:00
{
"name": "DotClear 2",
"id": "dotclear2",
2019-02-01 01:19:54 +01:00
"packaging_format": 1,
2015-08-19 17:41:15 +02:00
"description": {
"en": "Blog publishing application",
"fr": "Moteur de blog"
},
2022-03-08 07:09:43 +01:00
"version": "2.21.3~ynh1",
2019-02-01 01:19:54 +01:00
"license": "GPL-2.0-or-later",
"url": "https://dotclear.org/",
2022-02-22 16:14:39 +01:00
"upstream": {
"license": "GPL-2.0-or-later",
"website": "https://dotclear.org",
"demo": "https://www.softaculous.com/demos/Dotclear",
"admindoc": "https://dotclear.org/documentation/2.0",
"code": "https://git.dotclear.org/dev/dotclear"
},
2015-08-19 17:41:15 +02:00
"maintainer": {
2019-03-04 10:07:51 +01:00
"name": "kay0u",
"email": "pierre@kayou.io"
2015-08-19 17:41:15 +02:00
},
2019-02-01 01:22:55 +01:00
"requirements": {
2022-02-22 16:31:54 +01:00
"yunohost": ">= 11.0.0"
2019-02-01 01:22:55 +01:00
},
2019-02-01 01:19:54 +01:00
"multi_instance": true,
"services": [
"nginx",
2021-05-15 16:10:33 +02:00
"php7.3-fpm",
2019-02-01 01:19:54 +01:00
"mysql"
],
2015-08-19 17:41:15 +02:00
"arguments": {
2022-02-27 07:08:53 +01:00
"install": [
2015-08-19 17:41:15 +02:00
{
"name": "domain",
2022-05-02 12:14:12 +02:00
"type": "domain"
2015-08-19 17:41:15 +02:00
},
{
"name": "path",
2019-01-27 23:36:59 +01:00
"type": "path",
"example": "/dotclear2",
"default": "/dotclear2"
},
2015-08-20 15:07:20 +02:00
{
"name": "admin",
2022-05-02 12:14:12 +02:00
"type": "user"
2015-08-20 15:07:20 +02:00
},
{
"name": "is_public",
2019-01-27 23:36:59 +01:00
"type": "boolean",
2020-11-25 02:04:26 +01:00
"default": true
2015-08-20 15:07:20 +02:00
}
2015-08-19 17:41:15 +02:00
]
}
2019-03-04 10:07:51 +01:00
}