mirror of
https://github.com/YunoHost-Apps/kiwiirc_ynh.git
synced 2024-09-03 19:35:59 +02:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "KiwiIRC",
|
|
"id": "kiwiirc",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Versatile web based messenger using IRC",
|
|
"fr": "Messagerie Web polyvalente utilisant IRC"
|
|
},
|
|
"version": "20.05.24.1~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",
|
|
"code": "https://github.com/kiwiirc/kiwiirc"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/kiwiirc",
|
|
"default": "/kiwiirc"
|
|
}
|
|
]
|
|
}
|
|
}
|