From a97c6de9d324856b4802f70807a9890ba2187723 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 19 Feb 2022 10:58:28 +0100 Subject: [PATCH 01/13] Fix --- config_panel.toml.example | 2 +- scripts/_common.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/config_panel.toml.example b/config_panel.toml.example index 02eb68c..65bc960 100644 --- a/config_panel.toml.example +++ b/config_panel.toml.example @@ -7,7 +7,7 @@ services = ["__APP__"] [main.config] name = "Configuration Options" - [main.config.datadir_path] + [main.config.datadir] ask = "Choose path" type = "path" help = "Choose path" diff --git a/scripts/_common.sh b/scripts/_common.sh index ecd263f..944a65e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,6 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app -pkg_dependencies="" - #================================================= # PERSONAL HELPERS #================================================= From 828bdde09e35e783fd083bf9cc71f4a79fb0f89b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 19 Feb 2022 11:01:16 +0100 Subject: [PATCH 02/13] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index ad999b4..23fd3ab 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location __PATH__/ { proxy_buffers 8 32k; proxy_buffer_size 64k; - client_max_body_size 75M; + client_max_body_size 100M; proxy_pass http://127.0.0.1:__PORT__; proxy_set_header X-Real-IP $remote_addr; From e2b72788858ed17b9d0cd2ec50a2f490c6f289d5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 19 Feb 2022 15:00:35 +0100 Subject: [PATCH 03/13] Update DISCLAIMER.md --- doc/DISCLAIMER.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 8ca6066..7d41dea 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,4 +1,5 @@ -### Credentials +### Default credentials + ``` username: admin password: admin From c703e423c999a84d163a000b9482b59b2d07fd8c Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sat, 19 Feb 2022 14:00:40 +0000 Subject: [PATCH 04/13] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09eda48..616b994 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ filebrowser provides a file managing interface within a specified directory and ## Disclaimers / important information -### Credentials +### Default credentials + ``` username: admin password: admin diff --git a/README_fr.md b/README_fr.md index 03d2fcf..0260e10 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,8 @@ filebrowser provides a file managing interface within a specified directory and ## Avertissements / informations importantes -### Credentials +### Default credentials + ``` username: admin password: admin From 6ac9243ee32b7b8d2e4ec2bc74c2e6522bda91f8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 19 Feb 2022 15:29:41 +0100 Subject: [PATCH 05/13] Update DISCLAIMER.md --- doc/DISCLAIMER.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 7d41dea..7d6af1e 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -4,4 +4,3 @@ username: admin password: admin ``` - From 02333a20850fd30c58a6f0a30c142562938fa67e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 19 Feb 2022 15:53:34 +0100 Subject: [PATCH 06/13] Update DISCLAIMER.md --- doc/DISCLAIMER.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 7d6af1e..6641d87 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -4,3 +4,5 @@ username: admin password: admin ``` + +You must change the password and, if you can, the username for the best security possible. From 389027c32d9fcac5c2b6706631e6b54f7a95632f Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sat, 19 Feb 2022 14:53:41 +0000 Subject: [PATCH 07/13] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 616b994..02332dc 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ username: admin password: admin ``` +You must change the password and, if you can, the username for the best security possible. ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 0260e10..0b43ee6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,6 +31,7 @@ username: admin password: admin ``` +You must change the password and, if you can, the username for the best security possible. ## Documentations et ressources From bcbf771b17e39229297b804e25d6ab2d5b4d5279 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 19 Feb 2022 16:22:03 +0100 Subject: [PATCH 08/13] Update DISCLAIMER.md --- doc/DISCLAIMER.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 6641d87..5e8fad9 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -6,3 +6,7 @@ password: admin ``` You must change the password and, if you can, the username for the best security possible. + +### Configuration + +By default, the root path is set to `/home/yunohost.app/filebrowser`. You can choose a different root path in filebrowser configuration file: `/var/www/filebrowser/settings.json` and modify *root* entry as desired. (you may need to set the correct permissions for the new path). From b23e4560dbc6fde42032cbc2ce0fad76638d192d Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sat, 19 Feb 2022 15:23:26 +0000 Subject: [PATCH 09/13] Auto-update README --- README.md | 4 ++++ README_fr.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 02332dc..479c4e4 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ password: admin You must change the password and, if you can, the username for the best security possible. +### Configuration + +By default, the root path is set to `/home/yunohost.app/filebrowser`. You can choose a different root path in filebrowser configuration file: `/var/www/filebrowser/settings.json` and modify *root* entry as desired. (you may need to set the correct permissions for the new path). + ## Documentation and resources * Official app website: https://filebrowser.org diff --git a/README_fr.md b/README_fr.md index 0b43ee6..a565588 100644 --- a/README_fr.md +++ b/README_fr.md @@ -33,6 +33,10 @@ password: admin You must change the password and, if you can, the username for the best security possible. +### Configuration + +By default, the root path is set to `/home/yunohost.app/filebrowser`. You can choose a different root path in filebrowser configuration file: `/var/www/filebrowser/settings.json` and modify *root* entry as desired. (you may need to set the correct permissions for the new path). + ## Documentations et ressources * Site officiel de l'app : https://filebrowser.org From ea6ea80d6251d2096412d6229407c80181de38b5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 19 Feb 2022 18:24:31 +0100 Subject: [PATCH 10/13] Update DISCLAIMER.md --- doc/DISCLAIMER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 5e8fad9..00eed2d 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -9,4 +9,4 @@ You must change the password and, if you can, the username for the best security ### Configuration -By default, the root path is set to `/home/yunohost.app/filebrowser`. You can choose a different root path in filebrowser configuration file: `/var/www/filebrowser/settings.json` and modify *root* entry as desired. (you may need to set the correct permissions for the new path). +By default, the root path is set to `/home/yunohost.app/filebrowser`. You can choose a different root path in filebrowser configuration file: `/var/www/filebrowser/settings.json` and modify **root** entry as desired. (you may need to set the correct permissions for the new path). From b8bea41b4bbe6297aaf27a3ad716ceeb42142c24 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sat, 19 Feb 2022 17:24:37 +0000 Subject: [PATCH 11/13] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 479c4e4..2fe3bd2 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ You must change the password and, if you can, the username for the best security ### Configuration -By default, the root path is set to `/home/yunohost.app/filebrowser`. You can choose a different root path in filebrowser configuration file: `/var/www/filebrowser/settings.json` and modify *root* entry as desired. (you may need to set the correct permissions for the new path). +By default, the root path is set to `/home/yunohost.app/filebrowser`. You can choose a different root path in filebrowser configuration file: `/var/www/filebrowser/settings.json` and modify **root** entry as desired. (you may need to set the correct permissions for the new path). ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index a565588..d36ce47 100644 --- a/README_fr.md +++ b/README_fr.md @@ -35,7 +35,7 @@ You must change the password and, if you can, the username for the best security ### Configuration -By default, the root path is set to `/home/yunohost.app/filebrowser`. You can choose a different root path in filebrowser configuration file: `/var/www/filebrowser/settings.json` and modify *root* entry as desired. (you may need to set the correct permissions for the new path). +By default, the root path is set to `/home/yunohost.app/filebrowser`. You can choose a different root path in filebrowser configuration file: `/var/www/filebrowser/settings.json` and modify **root** entry as desired. (you may need to set the correct permissions for the new path). ## Documentations et ressources From 708077ab5cc615b5a76a5d7af7d7fcb801ddb40b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 22 Feb 2022 08:16:46 +0100 Subject: [PATCH 12/13] 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", From 979d74154608a8c3ebdfca75e1cef13b52980532 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Tue, 22 Feb 2022 07:16:53 +0000 Subject: [PATCH 13/13] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fe3bd2..0b8ebd0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware. -**Shipped version:** 2.20.1~ynh1 +**Shipped version:** 2.20.1~ynh2 diff --git a/README_fr.md b/README_fr.md index d36ce47..0c19538 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware. -**Version incluse :** 2.20.1~ynh1 +**Version incluse :** 2.20.1~ynh2