Update file-browser to v2.48.2 (#4067)

This commit is contained in:
Alexander L. 2025-11-18 17:37:48 +01:00 committed by GitHub
parent fcad6b55d1
commit 2d71e4ee8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 6 deletions

View File

@ -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:

View File

@ -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