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

46 lines
1.2 KiB
JSON
Raw Normal View History

2015-08-22 20:24:46 +02:00
{
"name": "Shout",
"id": "shout",
"description": {
"en": "Web IRC client",
"fr": "Client Web IRC"
},
"maintainer": {
"name": "kload",
"email": "kload@kload.fr"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Shout",
"fr": "Choisissez un domaine pour Shout"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Shout",
"fr": "Choisissez un chemin pour Shout"
},
"example": "/irc",
"default": "/irc"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public instance ?",
2015-09-03 02:47:46 +02:00
"fr": "Est-ce une instance publique ?"
2015-08-22 20:24:46 +02:00
},
"choices": ["Yes", "No"],
"default": "No"
}
]
}
}