1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwiirc_ynh.git synced 2024-09-03 19:35:59 +02:00
kiwiirc_ynh/manifest.json
ericgaspar 02645c06a0 fix
2021-09-24 07:43:11 +02:00

53 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "KiwiIRC",
"id": "kiwiirc",
"packaging_format": 1,
"description": {
"en": "Versatile web based messenger using IRC",
"fr": "Messagerie Web polyvalente utilisant IRC"
},
"version": "1.5.0~ynh1",
"url": "https://github.com/kiwiirc/kiwiirc",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://kiwiirc.com/",
"demo": "https://kiwiirc.com/nextclient",
"admindoc": "https://github.com/kiwiirc/kiwiirc/wiki",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/kiwiirc/kiwiirc"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": ""
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/kiwiirc",
"default": "/kiwiirc"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, KiwiIRC 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, KiwiIRC sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}