Update file-browser to v2.62.2 (#5230)

This commit is contained in:
Alexander L. 2026-03-30 10:20:38 +02:00 committed by GitHub
parent 317c846922
commit 31cf02dc76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 11 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 80
server:
image: filebrowser/filebrowser:v2.62.1@sha256:6a0b050d4a5aae763783137eb3049f4f960428b363d05182c774bf4cc633becc
image: filebrowser/filebrowser:v2.62.2@sha256:d01ee49248ef1d2a26616bc11c196b1768e2a2b67040ff085c8ffd35c037d123
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.62.1"
version: "2.62.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.
@ -11,15 +11,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: >-
Key updates in this version include:
- Fixed base URL and reverse proxy redirect handling
- Fixed share permissions to depend on download permissions
- Fixed signup handler to prevent creating admin accounts
- Fixed path cleaning in the patch handler
- Fixed folder upload skipping files on conflict
- Fixed folder upload incorrectly marking files as conflicting
- Fixed config parse errors not being surfaced properly
- Fixed percent-encoded upload paths in TUS Location header
- Allow users to delete their own account
- Fixed shares listing
- Fixed JSON escaping
- Fixed scripted content being enabled in EPUB files
- Fixed self-registered users incorrectly receiving execute permissions
- Fixed filename not being included in Content-Disposition header for inline downloads
- Fixed double slash in TUS upload path when reading multiple batches
- Fixed Redis upload cache key expiry on GetLength
Full release notes are available at https://github.com/filebrowser/filebrowser/releases