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

50 lines
1.1 KiB
JSON
Raw Normal View History

2015-08-22 20:24:46 +02:00
{
2016-11-24 11:44:51 +01:00
"name": "The Lounge",
"id": "thelounge",
2018-05-01 12:25:53 +02:00
"packaging_format": 1,
2015-08-22 20:24:46 +02:00
"description": {
2020-08-21 09:56:03 +02:00
"en": "Web IRC client",
"fr": "Client Web IRC"
2015-08-22 20:24:46 +02:00
},
2021-01-18 09:19:12 +01:00
"version": "4.2.0~ynh3",
2018-05-01 12:25:53 +02:00
"url": "https://thelounge.chat/",
2018-05-03 19:57:18 +02:00
"license": "MIT",
2015-08-22 20:24:46 +02:00
"maintainer": {
2018-05-01 12:25:53 +02:00
"name": "rafi59",
"email": "rafi59_dev@srvmaison.fr.nf",
"url": ""
2015-08-22 20:24:46 +02:00
},
2018-05-01 12:19:19 +02:00
"previous_maintainers": {
"name": "beudbeud",
"email": "beudbeud@beudibox.fr"
},
"requirements": {
2021-03-14 23:48:12 +01:00
"yunohost": ">= 4.1.7"
2018-05-01 12:19:19 +02:00
},
2019-10-26 20:08:23 +02:00
"multi_instance": false,
2018-05-01 12:19:19 +02:00
"services": [
"nginx",
"mysql"
],
2015-08-22 20:24:46 +02:00
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
2018-05-01 12:25:53 +02:00
"example": "example.com"
2015-08-22 20:24:46 +02:00
},
{
"name": "path",
"type": "path",
"example": "/irc",
"default": "/irc"
},
{
"name": "is_public",
2018-05-01 12:25:53 +02:00
"type": "boolean",
"default": true
2015-08-22 20:24:46 +02:00
}
]
}
}