From 2d71e4ee8a93f4fa315c148ce7e6013e6a28fa03 Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Tue, 18 Nov 2025 17:37:48 +0100 Subject: [PATCH] Update file-browser to v2.48.2 (#4067) --- file-browser/docker-compose.yml | 2 +- file-browser/umbrel-app.yml | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/file-browser/docker-compose.yml b/file-browser/docker-compose.yml index 7a9f709a..1f5af33c 100644 --- a/file-browser/docker-compose.yml +++ b/file-browser/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 80 server: - image: filebrowser/filebrowser:v2.45.3@sha256:0f178042e05263265078ab788aed69b0f0ae64d7de3efc3ebff177774e29a13d + image: filebrowser/filebrowser:v2.48.2@sha256:79e7cd8f88b72a8961d09a140dc5351ba2bd729c9dc99fa1328177d5f44a3695 user: "1000:1000" restart: on-failure volumes: diff --git a/file-browser/umbrel-app.yml b/file-browser/umbrel-app.yml index 971b4178..5f6f79d8 100644 --- a/file-browser/umbrel-app.yml +++ b/file-browser/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: file-browser category: files name: File Browser -version: "2.45.3" +version: "2.48.2" tagline: Browse and manage the files you download on your Umbrel description: >- File Browser lets you upload, delete, preview, rename and edit your folders and files. @@ -10,10 +10,13 @@ description: >- Easily manage files in the Umbrel's storage folder where your downloads from apps like Transmission, Sonarr, Radarr, and Lidarr are currently held. releaseNotes: >- - This release includes various improvements: - - Improved contribution documentation - - Added note about flags and environment variables - - Simplified workflows and updated project status + This release includes important improvements to flags and environment variables: + - All flags are now correctly available as environmental variables + - Flag names are now consistently in lowerCamelCase format (old formats still work for backwards compatibility) + - All configuration options available as flags now properly update when using config commands + + + ⚠️ A bug has been fixed where flag values were always being used at runtime for enabling and disabling certain features. This meant that enabling and disabling these settings via config commands had no effect. As a consequence, some users may notice that some features they previously had enabled are now disabled, and vice-versa. This bug affected thumbnails, resize of image previews, type detection by header sniffing, and command execution. Full release notes are available at https://github.com/filebrowser/filebrowser/releases