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

62 lines
1.6 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
},
2020-12-14 11:14:10 +01:00
"version": "4.2.0~ynh2",
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": {
2020-05-27 17:03:30 +02:00
"yunohost": ">= 3.8.1"
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",
"ask": {
2018-05-01 12:25:53 +02:00
"en": "Choose a domain name for The Lounge",
"fr": "Choisissez un nom de domaine pour The Lounge"
2015-08-22 20:24:46 +02:00
},
2018-05-01 12:25:53 +02:00
"example": "example.com"
2015-08-22 20:24:46 +02:00
},
{
"name": "path",
"type": "path",
"ask": {
2016-11-24 11:44:51 +01:00
"en": "Choose a path for The Lounge",
"fr": "Choisissez un chemin pour The Lounge"
2015-08-22 20:24:46 +02:00
},
"example": "/irc",
"default": "/irc"
},
{
"name": "is_public",
2018-05-01 12:25:53 +02:00
"type": "boolean",
2015-08-22 20:24:46 +02:00
"ask": {
2018-05-01 12:25:53 +02:00
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
2015-08-22 20:24:46 +02:00
},
2018-05-01 12:25:53 +02:00
"default": true
2015-08-22 20:24:46 +02:00
}
]
}
}