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

45 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
},
2022-07-16 18:40:29 +02:00
"version": "0.7~ynh4",
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": {
2021-11-17 15:39:05 +01:00
"yunohost": ">= 4.3.0"
2021-05-30 12:34:29 +02:00
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
2022-07-16 18:40:29 +02:00
"install": [
2021-05-30 12:34:29 +02:00
{
"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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}