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

54 lines
1.4 KiB
JSON
Raw Normal View History

2015-04-06 17:46:57 +02:00
{
2015-04-11 22:33:56 +02:00
"name": "Minchat",
2015-04-06 17:46:57 +02:00
"id": "minchat",
"description": {
"en": "A minimalist web chat",
"fr": "Un web chat minimaliste"
},
2017-04-30 15:45:50 +02:00
"packaging_format": 1,
"requirements": {
"yunohost": ">> 2.3.15"
},
2015-04-06 17:46:57 +02:00
"license": "MIT",
"developer": {
"name": "chtixof"
},
2017-04-30 15:45:50 +02:00
"multi_instance": true,
"services": [
"nginx",
"php5-fpm"
],
"license": "MIT",
2015-04-06 17:46:57 +02:00
"arguments": {
2017-04-30 15:45:50 +02:00
"install" : [
{
2015-04-06 17:46:57 +02:00
"name": "domain",
2017-04-30 15:45:50 +02:00
"type": "domain",
2015-04-06 17:46:57 +02:00
"ask": {
"en": "Choose a domain for minchat",
2017-04-30 15:45:50 +02:00
"fr": "Choisissez un domaine pour minchat"
2015-04-06 17:46:57 +02:00
},
"example": "domain.org"
2017-04-30 15:45:50 +02:00
},
{
2015-04-06 17:46:57 +02:00
"name": "path",
2017-04-30 15:45:50 +02:00
"type": "path",
2015-04-06 17:46:57 +02:00
"ask": {
"en": "Choose a path for minchat",
2017-04-30 15:45:50 +02:00
"fr": "Choisissez un chemin pour minchat"
2015-04-06 17:46:57 +02:00
},
"example": "/minchat",
"default": "/minchat"
2017-04-30 15:45:50 +02:00
},
{
"name": "is_public",
"type": "boolean",
2015-04-06 17:46:57 +02:00
"ask": {
2017-04-30 15:45:50 +02:00
"en": "Is it a public minchat site ?",
"fr": "Est-ce un site public ?"
2015-04-06 17:46:57 +02:00
},
2017-04-30 15:45:50 +02:00
"default": "true"
}
]
2015-04-06 17:46:57 +02:00
}
}