mirror of
https://github.com/YunoHost-Apps/dispatch_ynh.git
synced 2024-09-03 18:25:53 +02:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
||
"name": "Dispatch",
|
||
"id": "dispatch",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Web-based IRC graphical client",
|
||
"fr": "Client graphique IRC"
|
||
},
|
||
"version": "0.7~ynh1",
|
||
"url": "https://github.com/khlieng/dispatch",
|
||
"upstream": {
|
||
"license": "AGPL-3.0-only",
|
||
"demo": "https://dispatch.khlieng.com/",
|
||
"code": "https://github.com/khlieng/dispatch"
|
||
},
|
||
"license": "AGPL-3.0-only",
|
||
"maintainer": {
|
||
"name": "eric_G"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.2.4"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If enabled, Dispatch will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
||
"fr": "Si cette case est cochée, Dispatch sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|