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

59 lines
1.7 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": {
2020-10-11 15:21:19 +02:00
"en": "",
"fr": ""
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",
"license": "AGPL-3.0-only",
"maintainer": {
"name": ""
2014-08-27 23:42:00 +02:00
},
2020-10-11 15:21:19 +02:00
"requirements": {
"yunohost": ">= 3.8.1"
},
"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
"ask": {
2020-10-11 15:21:19 +02:00
"en": "Choose a domain name for KiwiIRC",
"fr": "Choisissez un nom de domaine pour KiwiIRC"
2014-08-27 23:42:00 +02:00
},
"example": "domain.org"
},
{
"name": "path",
2020-10-11 15:21:19 +02:00
"type": "path",
2014-08-27 23:42:00 +02:00
"ask": {
"en": "Choose a path for KiwiIRC",
2020-10-11 15:21:19 +02:00
"fr": "Choisissez un chemin pour KiwiIRC"
2014-08-27 23:42:00 +02:00
},
2020-10-11 15:21:19 +02:00
"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",
2014-08-27 23:42:00 +02:00
"ask": {
2020-10-11 15:21:19 +02:00
"en": "Is it a public site?",
2014-08-27 23:42:00 +02:00
"fr": "Est-ce un site public ?"
},
2020-10-11 15:21:19 +02:00
"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
}
]
}
}