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

38 lines
930 B
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-09-24 07:43:11 +02:00
"en": "Versatile web based messenger using IRC",
"fr": "Messagerie Web polyvalente utilisant IRC"
2014-08-27 23:42:00 +02:00
},
2022-02-03 19:34:23 +01:00
"version": "20.05.24.1~ynh1",
2020-10-11 15:21:19 +02:00
"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",
"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": {
2022-02-02 22:58:35 +01:00
"yunohost": ">= 4.3.0"
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",
2021-09-24 07:43:11 +02:00
"type": "domain"
2014-08-27 23:42:00 +02:00
}
]
}
}