mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "DotClear 2",
|
|
"id": "dotclear2",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Blog publishing application",
|
|
"fr": "Moteur de blog"
|
|
},
|
|
"version": "2.18~ynh1",
|
|
"license": "GPL-2.0-or-later",
|
|
"url": "https://dotclear.org/",
|
|
"maintainer": {
|
|
"name": "kay0u",
|
|
"email": "pierre@kayou.io"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.7.1"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.0-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for DotClear 2"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for DotClear 2"
|
|
},
|
|
"example": "/dotclear2",
|
|
"default": "/dotclear2"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"ask": {
|
|
"en": "Choose a yunohost user as dotclear admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|