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
2021-07-03 09:14:32 +02:00

43 lines
No EOL
973 B
JSON

{
"name": "Minchat",
"id": "minchat",
"packaging_format": 1,
"description": {
"en": "Minimalist web chat",
"fr": "Web chat minimaliste"
},
"version": "1.0~ynh3",
"url": "https://github.com/wojtek77/chat",
"license": "MIT",
"maintainer": {
"name": "chtixof"
},
"requirements": {
"yunohost": ">> 4.2.4"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/minchat",
"default": "/minchat"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}