1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minchat_ynh.git synced 2024-09-03 19:36:29 +02:00
minchat_ynh/manifest.json
2017-04-30 15:45:50 +02:00

55 lines
No EOL
1.4 KiB
JSON

{
"name": "Minchat",
"id": "minchat",
"description": {
"en": "A minimalist web chat",
"fr": "Un web chat minimaliste"
},
"packaging_format": 1,
"requirements": {
"yunohost": ">> 2.3.15"
},
"license": "MIT",
"developer": {
"name": "chtixof"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm"
],
"license": "MIT",
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for minchat",
"fr": "Choisissez un domaine pour minchat"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for minchat",
"fr": "Choisissez un chemin pour minchat"
},
"example": "/minchat",
"default": "/minchat"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public minchat site ?",
"fr": "Est-ce un site public ?"
},
"choices": ["true", "false"],
"default": "true"
}
]
}
}