mirror of
https://github.com/YunoHost-Apps/gossa_ynh.git
synced 2024-09-03 18:36:29 +02:00
43 lines
1.2 KiB
JSON
43 lines
1.2 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",
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|