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

62 lines
1.5 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"
},
2020-04-17 14:36:27 +02:00
"version": "2.16.2~ynh1",
2019-02-01 01:19:54 +01:00
"license": "GPL-2.0-or-later",
"url": "https://dotclear.org/",
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": {
2019-11-10 02:33:23 +01:00
"yunohost": ">= 3.7.0"
2019-02-01 01:22:55 +01:00
},
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": "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-03-04 10:07:51 +01:00
}