1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00
thelounge_ynh/manifest.json
ericgaspar 279b15fb10
4.3.0
2021-11-23 08:28:18 +01:00

54 lines
1.3 KiB
JSON

{
"name": "The Lounge",
"id": "thelounge",
"packaging_format": 1,
"description": {
"en": "Web IRC client",
"fr": "Client Web IRC"
},
"version": "4.3.0~ynh1",
"url": "https://thelounge.chat/",
"upstream": {
"license": "MIT",
"website": "https://thelounge.chat/",
"demo": "https://demo.thelounge.chat/",
"admindoc": "https://thelounge.chat/docs",
"code": "https://github.com/thelounge/thelounge"
},
"license": "MIT",
"maintainer": {
"name": "rafi59",
"email": "rafi59_dev@srvmaison.fr.nf",
"url": ""
},
"previous_maintainers": {
"name": "beudbeud",
"email": "beudbeud@beudibox.fr"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/irc",
"default": "/irc"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}