diff --git a/filebrowser/CHANGELOG.md b/filebrowser/CHANGELOG.md index 8159809bc..b88b41fb6 100644 --- a/filebrowser/CHANGELOG.md +++ b/filebrowser/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 2.36.1 (05-07-2025) + - Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases) + ## 2.33.10 (28-06-2025) - Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases) diff --git a/filebrowser/config.json b/filebrowser/config.json index 5591e934e..e16a4bce4 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files", "devices": [ @@ -109,10 +105,7 @@ "ports_description": { "8080/tcp": "Web UI port" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "NoAuth": "bool", "base_folder": "str?",