mirror of
https://github.com/YunoHost-Apps/dispatch_ynh.git
synced 2024-09-03 18:25:53 +02:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
|
{
|
|||
|
"name": "Dispatch",
|
|||
|
"id": "dispatch",
|
|||
|
"packaging_format": 1,
|
|||
|
"description": {
|
|||
|
"en": "Web-based IRC client in Go",
|
|||
|
"fr": ""
|
|||
|
},
|
|||
|
"version": "0.7~ynh1",
|
|||
|
"url": "https://github.com/khlieng/dispatch",
|
|||
|
"upstream": {
|
|||
|
"license": "AGPL-3.0-only",
|
|||
|
"demo": "https://demo.example.com",
|
|||
|
"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": "path",
|
|||
|
"type": "path",
|
|||
|
"example": "/dispatch",
|
|||
|
"default": "/"
|
|||
|
},
|
|||
|
{
|
|||
|
"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
|
|||
|
}
|
|||
|
]
|
|||
|
}
|
|||
|
}
|