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
2021-08-31 08:12:32 +02:00

56 lines
1.4 KiB
JSON

{
"name": "The Lounge",
"id": "thelounge",
"packaging_format": 1,
"description": {
"en": "Web IRC client",
"fr": "Client Web IRC"
},
"version": "4.2.0~ynh4",
"url": "https://thelounge.chat/",
"upstream": {
"license": "MIT",
"website": "https://example.com",
"demo": "https://demo.thelounge.chat/",
"admindoc": "https://thelounge.chat/docs",
"userdoc": "https://yunohost.org/en/app_thelounge",
"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.2.4"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/irc",
"default": "/irc"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}