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

56 lines
1.3 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-08-31 08:12:32 +02:00
"version": "4.2.0~ynh4",
2018-05-01 12:25:53 +02:00
"url": "https://thelounge.chat/",
2021-08-02 08:06:28 +02:00
"upstream": {
"license": "MIT",
2021-08-31 11:22:22 +02:00
"website": "https://thelounge.chat/",
2021-08-02 08:06:28 +02:00
"demo": "https://demo.thelounge.chat/",
"admindoc": "https://thelounge.chat/docs",
"code": "https://github.com/thelounge/thelounge"
},
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-08-02 08:06:28 +02:00
"yunohost": ">= 4.2.4"
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": [
2021-08-30 10:19:47 +02:00
"nginx"
2018-05-01 12:19:19 +02:00
],
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
}
]
}
}