2021-05-30 12:34:29 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "Dispatch",
|
|
|
|
|
"id": "dispatch",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
2021-05-30 12:42:12 +02:00
|
|
|
|
"en": "Web-based IRC graphical client",
|
|
|
|
|
"fr": "Client graphique IRC"
|
2021-05-30 12:34:29 +02:00
|
|
|
|
},
|
2021-09-25 15:20:36 +02:00
|
|
|
|
"version": "0.7~ynh2",
|
2021-05-30 12:34:29 +02:00
|
|
|
|
"url": "https://github.com/khlieng/dispatch",
|
|
|
|
|
"upstream": {
|
|
|
|
|
"license": "AGPL-3.0-only",
|
2021-05-30 12:44:35 +02:00
|
|
|
|
"demo": "https://dispatch.khlieng.com/",
|
2021-05-30 12:34:29 +02:00
|
|
|
|
"code": "https://github.com/khlieng/dispatch"
|
|
|
|
|
},
|
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
|
"maintainer": {
|
2021-09-03 13:04:49 +02:00
|
|
|
|
"name": "eric_G"
|
2021-05-30 12:34:29 +02:00
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
|
|
|
|
"yunohost": ">= 4.2.4"
|
|
|
|
|
},
|
|
|
|
|
"multi_instance": false,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2021-09-20 22:39:16 +02:00
|
|
|
|
"type": "domain"
|
2021-05-30 12:34:29 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|