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

55 lines
1.6 KiB
JSON
Raw Normal View History

2014-08-27 23:42:00 +02:00
{
"name": "KiwiIRC",
"id": "kiwiirc",
2020-10-11 15:21:19 +02:00
"packaging_format": 1,
2014-08-27 23:42:00 +02:00
"description": {
2021-07-09 07:43:04 +02:00
"en": "A versatile web based messenger using IRC",
"fr": "Une messagerie Web polyvalente utilisant IRC"
2014-08-27 23:42:00 +02:00
},
2020-10-11 15:21:19 +02:00
"version": "1.5.0~ynh1",
"url": "https://github.com/kiwiirc/kiwiirc",
2021-07-09 07:43:04 +02:00
"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"
},
2020-10-11 15:21:19 +02:00
"license": "AGPL-3.0-only",
"maintainer": {
"name": ""
2014-08-27 23:42:00 +02:00
},
2020-10-11 15:21:19 +02:00
"requirements": {
2021-07-09 07:31:16 +02:00
"yunohost": ">= 4.2.4"
2020-10-11 15:21:19 +02:00
},
"multi_instance": false,
"services": [
"nginx"
],
2014-08-27 23:42:00 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2020-10-11 15:21:19 +02:00
"type": "domain",
2014-08-27 23:42:00 +02:00
"example": "domain.org"
},
{
"name": "path",
2020-10-11 15:21:19 +02:00
"type": "path",
"example": "/kiwiirc",
"default": "/kiwiirc"
2014-08-27 23:42:00 +02:00
},
{
2020-10-11 15:21:19 +02:00
"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
2014-08-27 23:42:00 +02:00
}
]
}
}