1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gossa_ynh.git synced 2024-09-03 18:36:29 +02:00
gossa_ynh/manifest.json
Éric Gaspar d6d38fac43 0.2.2
2022-12-17 22:15:42 +01:00

44 lines
1.3 KiB
JSON

{
"name": "Gossa",
"id": "gossa",
"packaging_format": 1,
"description": {
"en": "Fast and simple webserver for your files",
"fr": "Serveur web simple et rapide pour vos fichiers"
},
"version": "0.2.2~ynh1",
"url": "https://github.com/pldubouilh/gossa",
"upstream": {
"license": "MIT",
"website": "https://github.com/pldubouilh/gossa",
"code": "https://github.com/pldubouilh/gossa"
},
"license": "MIT",
"maintainer": {
"name": "eric_G"
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "You must activate public site if you want to connect a client player to Gossa. This can be changed later via the webadmin.",
"fr": "Vous devez activer site public si vous souhaitez connecter un lecteur client à Gossa. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}