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
2020-09-25 16:21:33 +02:00

55 lines
No EOL
1.4 KiB
JSON

{
"name": "Minchat",
"id": "minchat",
"packaging_format": 1,
"description": {
"en": "Minimalist web chat",
"fr": "Web chat minimaliste"
},
"version": "1.0~ynh1",
"url": "https://github.com/wojtek77/chat",
"license": "MIT",
"maintainer": {
"name": "chtixof"
},
"requirements": {
"yunohost": ">> 3.8.1"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm"
],
"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 site?",
"fr": "Est-ce un site public ?"
},
"default": true
}
]
}
}