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

manifest update

This commit is contained in:
Kayou 2019-03-03 18:04:26 +01:00
parent 535d23a56d
commit 26d226f65a
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

@ -3,13 +3,13 @@
"id": "lufi", "id": "lufi",
"packaging_format": 1, "packaging_format": 1,
"requirements": { "requirements": {
"yunohost": ">= 2.4" "yunohost": ">= 3.2"
}, },
"description": { "description": {
"en": "Self hosting files and sharing anonymous application", "en": "Self hosting files and sharing anonymous application",
"fr": "Application d'hébergement et de partage de fichiers anonyme" "fr": "Application d'hébergement et de partage de fichiers anonyme"
}, },
"version": "0.6 dev", "version": "0.03.5",
"url": "https://git.framasoft.org/luc/lufi", "url": "https://git.framasoft.org/luc/lufi",
"license": "AGPL", "license": "AGPL",
"maintainer": { "maintainer": {
@ -21,7 +21,7 @@
"nginx" "nginx"
], ],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
@ -42,13 +42,14 @@
"default": "/lufi" "default": "/lufi"
}, },
{ {
"name": "admin", "name": "max_file_size",
"type": "user", "type": "int",
"ask": { "ask": {
"en": "Choose the Lufi administrator (must be an existing YunoHost user)", "en": "Choose a max file size, in Mo",
"fr": "Choisissez un administrateur Lufi (doit être un utilisateur YunoHost)" "fr": "Choisissez une taille de fichier maximum chemin, en Mo"
}, },
"example": "john" "example": "100",
"default": 100
}, },
{ {
"name": "is_public", "name": "is_public",