From 708077ab5cc615b5a76a5d7af7d7fcb801ddb40b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 22 Feb 2022 08:16:46 +0100 Subject: [PATCH] fix --- config_panel.toml.example | 3 ++- manifest.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config_panel.toml.example b/config_panel.toml.example index 65bc960..449b07c 100644 --- a/config_panel.toml.example +++ b/config_panel.toml.example @@ -1,7 +1,7 @@ version = "1.0" [main] -name = "FileBrowser configuration" +name = "Filebrowser configuration" services = ["__APP__"] [main.config] @@ -10,5 +10,6 @@ services = ["__APP__"] [main.config.datadir] ask = "Choose path" type = "path" + default = "/home/yunohost.app/filebrowser" help = "Choose path" bind = "root:/var/www/__APP__/settings.json" \ No newline at end of file diff --git a/manifest.json b/manifest.json index fbd962a..04c5dc6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web File Browser", "fr": "Gestionnaire de fichiers" }, - "version": "2.20.1~ynh1", + "version": "2.20.1~ynh2", "url": "https://filebrowser.org", "upstream": { "license": "Apache-2.0",