mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update File Browser to v2.24.2 (#746)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
13cee00a9d
commit
1fe455adb6
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: 80
|
APP_PORT: 80
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: filebrowser/filebrowser:v2.22.4@sha256:8a30269612a3bc8453ab29641c3e3d7ad141a8d142efc2cd78196281b1035537
|
image: filebrowser/filebrowser:v2.24.2@sha256:75c38ef43072e587f4da998c9b1454091805394472fb2a5f0f77b1d0965d40fc
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -2,13 +2,26 @@ manifestVersion: 1
|
|||||||
id: file-browser
|
id: file-browser
|
||||||
category: files
|
category: files
|
||||||
name: File Browser
|
name: File Browser
|
||||||
version: "2.22.4"
|
version: "2.24.2"
|
||||||
tagline: Browse and manage the files you download on your Umbrel
|
tagline: Browse and manage the files you download on your Umbrel
|
||||||
description: >-
|
description: >-
|
||||||
File Browser lets you upload, delete, preview, rename and edit your folders and files.
|
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.
|
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
|
developer: File Browser
|
||||||
website: https://filebrowser.org/
|
website: https://filebrowser.org/
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
Loading…
Reference in New Issue
Block a user