1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dispatch_ynh.git synced 2024-09-03 18:25:53 +02:00
dispatch_ynh/manifest.json

46 lines
1.3 KiB
JSON
Raw Normal View History

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
},
"version": "0.7~ynh1",
"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": {
"name": ""
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}