1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lufi_ynh.git synced 2024-09-03 19:36:28 +02:00
lufi_ynh/manifest.json

65 lines
1.3 KiB
JSON
Raw Normal View History

2017-02-07 22:28:22 +01:00
{
"name": "Lufi",
"id": "lufi",
"packaging_format": 1,
"requirements": {
2019-03-03 18:04:26 +01:00
"yunohost": ">= 3.2"
2017-02-07 22:28:22 +01:00
},
"description": {
"en": "Self hosting files and sharing anonymous application",
"fr": "Application d'hébergement et de partage de fichiers anonyme"
2017-02-07 22:28:22 +01:00
},
2019-03-03 18:04:26 +01:00
"version": "0.03.5",
2017-02-07 22:28:22 +01:00
"url": "https://git.framasoft.org/luc/lufi",
"license": "AGPL",
"maintainer": {
2017-04-01 21:24:22 +02:00
"name": "frju365, cyp",
"email": "win10@tutanota.com, cyp@rouquin.me"
2017-02-07 22:28:22 +01:00
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
2019-03-03 18:04:26 +01:00
"install": [
2017-02-07 22:28:22 +01:00
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Lufi",
"fr": "Choisissez un domaine pour Lufi"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Lufi",
"fr": "Choisissez un chemin pour Lufi"
},
2017-02-07 22:55:55 +01:00
"example": "/lufi",
"default": "/lufi"
2017-02-07 22:28:22 +01:00
},
{
2019-03-03 18:04:26 +01:00
"name": "max_file_size",
"type": "int",
2017-02-07 22:28:22 +01:00
"ask": {
2019-03-03 18:04:26 +01:00
"en": "Choose a max file size, in Mo",
"fr": "Choisissez une taille de fichier maximum chemin, en Mo"
2017-02-07 22:28:22 +01:00
},
2019-03-03 18:04:26 +01:00
"example": "100",
"default": 100
2017-02-07 22:28:22 +01:00
},
2019-03-03 18:04:26 +01:00
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
2017-02-07 22:28:22 +01:00
]
}
2019-03-03 18:04:26 +01:00
}