mirror of
https://github.com/YunoHost-Apps/minchat_ynh.git
synced 2024-09-03 19:36:29 +02:00
47 lines
No EOL
1.1 KiB
JSON
47 lines
No EOL
1.1 KiB
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",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"website": "https://github.com/wojtek77/chat",
|
|
"code": "https://github.com/wojtek77/chat"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "chtixof"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">> 11.0.9"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.4-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/minchat",
|
|
"default": "/minchat"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
} |