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
2019-01-29 02:10:27 +01:00

58 lines
No EOL
1.5 KiB
JSON

{
"name": "DotClear 2",
"id": "dotclear2",
"description": {
"en": "Blog publishing application",
"fr": "Moteur de blog"
},
"license": "GPL-3",
"maintainer": {
"name": "rgarrigue",
"email": "remy.garrigue@gmail.com",
"url": "http://garrigue.re"
},
"multi_instance": "false",
"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": "password",
"type": "password",
"ask": {
"en": "Choose a dotclear password for this user"
}
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application ?"
},
"default": "true"
}
]
}
}