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",