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-03-15 09:24:41 +01:00

49 lines
1.1 KiB
JSON

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