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

69 lines
1.8 KiB
JSON
Raw 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"
},
2019-02-01 01:19:54 +01:00
"version": "2.14.3~ynh1",
"license": "GPL-2.0-or-later",
"url": "https://dotclear.org/",
2015-08-19 17:41:15 +02:00
"maintainer": {
"name": "rgarrigue",
"email": "remy.garrigue@gmail.com",
"url": "http://garrigue.re"
},
2019-02-01 01:22:55 +01:00
"requirements": {
"yunohost": ">= 3.2.0"
},
2019-02-01 01:19:54 +01:00
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm",
"mysql"
],
2015-08-19 17:41:15 +02:00
"arguments": {
2019-01-27 23:36:59 +01:00
"install": [
2015-08-19 17:41:15 +02:00
{
"name": "domain",
2019-01-27 23:36:59 +01:00
"type": "domain",
2015-08-19 17:41:15 +02:00
"ask": {
"en": "Choose a domain for DotClear 2"
},
"example": "domain.org"
},
{
"name": "path",
2019-01-27 23:36:59 +01:00
"type": "path",
2015-08-19 17:41:15 +02:00
"ask": {
"en": "Choose a path for DotClear 2"
},
"example": "/dotclear2",
"default": "/dotclear2"
},
2015-08-20 15:07:20 +02:00
{
"name": "admin",
2019-01-27 23:36:59 +01:00
"type": "user",
2015-08-20 15:07:20 +02:00
"ask": {
2015-08-20 16:28:07 +02:00
"en": "Choose a yunohost user as dotclear admin"
}
2015-08-20 15:07:20 +02:00
},
{
"name": "password",
2019-01-27 23:36:59 +01:00
"type": "password",
"ask": {
2019-01-29 02:10:27 +01:00
"en": "Choose a dotclear password for this user"
2019-01-27 23:36:59 +01:00
}
},
2015-08-20 15:07:20 +02:00
{
"name": "is_public",
2019-01-27 23:36:59 +01:00
"type": "boolean",
2015-08-20 15:07:20 +02:00
"ask": {
"en": "Is it a public application ?"
},
2019-01-04 18:25:16 +01:00
"default": "true"
2015-08-20 15:07:20 +02:00
}
2015-08-19 17:41:15 +02:00
]
}
2019-01-27 23:36:59 +01:00
}