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

63 lines
1.7 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": {
2018-05-01 12:25:53 +02:00
"en": "The Lounge is a web IRC client.",
"fr": "The Lounge est un client web IRC."
2015-08-22 20:24:46 +02:00
},
2018-05-01 12:33:57 +02:00
"version": "2.7.1~ynh1",
2018-05-01 12:25:53 +02:00
"url": "https://thelounge.chat/",
"license": "free",
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": "http://blog.rafi59.codelib.re/"
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": {
2018-05-01 12:33:57 +02:00
"yunohost": ">= 2.7.9"
2018-05-01 12:19:19 +02:00
},
"multi_instance": true,
"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
}
2018-05-01 12:25:53 +02:00
2015-08-22 20:24:46 +02:00
]
}
}