Update File Browser to v2.24.2 (#746)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Ankit Nayan 2023-08-29 02:00:20 +05:30 committed by GitHub
parent 13cee00a9d
commit 1fe455adb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 3 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 80
server:
image: filebrowser/filebrowser:v2.22.4@sha256:8a30269612a3bc8453ab29641c3e3d7ad141a8d142efc2cd78196281b1035537
image: filebrowser/filebrowser:v2.24.2@sha256:75c38ef43072e587f4da998c9b1454091805394472fb2a5f0f77b1d0965d40fc
user: "1000:1000"
restart: on-failure
volumes:

View File

@ -2,13 +2,26 @@ manifestVersion: 1
id: file-browser
category: files
name: File Browser
version: "2.22.4"
version: "2.24.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.
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 updates File Browser from v2.22.4 to v2.24.2. It includes many bug fixes and performance improvements, as well as the following new features:
- added option to copy download links from shares
- integrated tus.io for resumable and chunked uploads
- added right-to-left (rtl) support
- and more!
The full release notes are available at https://github.com/filebrowser/filebrowser/releases
developer: File Browser
website: https://filebrowser.org/
dependencies: []
@ -23,4 +36,4 @@ path: "/files/"
deterministicPassword: false
torOnly: false
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/169
submission: https://github.com/getumbrel/umbrel-apps/pull/169