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

54 lines
1.1 KiB
JSON
Raw Normal View History

2017-02-07 22:28:22 +01:00
{
"name": "Lufi",
"id": "lufi",
"packaging_format": 1,
"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
},
2021-03-20 15:33:35 +01:00
"version": "0.05.13~ynh1",
2017-02-07 22:28:22 +01:00
"url": "https://git.framasoft.org/luc/lufi",
2019-03-03 18:52:52 +01:00
"license": "AGPL-3.0-or-later",
2017-02-07 22:28:22 +01:00
"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
},
"requirements": {
2021-03-20 15:33:35 +01:00
"yunohost": ">= 4.1.7"
},
2019-03-03 18:52:52 +01:00
"multi_instance": true,
2017-02-07 22:28:22 +01:00
"services": [
"nginx"
],
"arguments": {
2019-03-03 18:04:26 +01:00
"install": [
2017-02-07 22:28:22 +01:00
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
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",
2019-03-03 18:52:52 +01:00
"type": "string",
2017-02-07 22:28:22 +01:00
"ask": {
2019-03-03 18:52:52 +01:00
"en": "Choose a max file size, in Mo (0 = no limit)",
"fr": "Choisissez une taille de fichier maximum chemin, en Mo (0 = pas de limite)"
2017-02-07 22:28:22 +01:00
},
2019-03-03 18:04:26 +01:00
"example": "100",
2019-03-03 18:52:52 +01:00
"default": "100"
2017-02-07 22:28:22 +01:00
},
2019-03-03 18:04:26 +01:00
{
"name": "is_public",
"type": "boolean",
"default": true
}
2017-02-07 22:28:22 +01:00
]
}
}