Browse Source

Update File Browser to v2.24.2 (#746)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Ankit Nayan 1 year ago
committed by GitHub
parent
commit
1fe455adb6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      file-browser/docker-compose.yml
  2. 17
      file-browser/umbrel-app.yml

2
file-browser/docker-compose.yml

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

17
file-browser/umbrel-app.yml

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

Loading…
Cancel
Save