mirror of
https://github.com/YunoHost-Apps/minchat_ynh.git
synced 2024-09-03 19:36:29 +02:00
42 lines
No EOL
932 B
JSON
42 lines
No EOL
932 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"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/minchat",
|
|
"default": "/minchat"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
} |