1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filebrowser_ynh.git synced 2024-09-03 18:36:05 +02:00
This commit is contained in:
ericgaspar 2022-02-22 08:16:46 +01:00
parent b8bea41b4b
commit 708077ab5c
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
version = "1.0" version = "1.0"
[main] [main]
name = "FileBrowser configuration" name = "Filebrowser configuration"
services = ["__APP__"] services = ["__APP__"]
[main.config] [main.config]
@ -10,5 +10,6 @@ services = ["__APP__"]
[main.config.datadir] [main.config.datadir]
ask = "Choose path" ask = "Choose path"
type = "path" type = "path"
default = "/home/yunohost.app/filebrowser"
help = "Choose path" help = "Choose path"
bind = "root:/var/www/__APP__/settings.json" bind = "root:/var/www/__APP__/settings.json"

View file

@ -6,7 +6,7 @@
"en": "Web File Browser", "en": "Web File Browser",
"fr": "Gestionnaire de fichiers" "fr": "Gestionnaire de fichiers"
}, },
"version": "2.20.1~ynh1", "version": "2.20.1~ynh2",
"url": "https://filebrowser.org", "url": "https://filebrowser.org",
"upstream": { "upstream": {
"license": "Apache-2.0", "license": "Apache-2.0",