Update FileBrowser Quantum from 0.7.8-beta to 1.1.0-stable
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 80
|
||||
|
||||
web:
|
||||
image: ghcr.io/gtsteffaniak/filebrowser:0.7.8-beta@sha256:1a095d6861ad3c138fd77f67505bd8ab02b42e14fe9ff31a5b52aeaca3d215d5
|
||||
image: ghcr.io/gtsteffaniak/filebrowser:1.1.0-stable@sha256:3db0a5ebde84ff1de72c93f776495089e79f3e710e931687c1a720c162e32a20
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${UMBREL_ROOT}/data/storage:/storage
|
||||
|
||||
@@ -1,37 +1,30 @@
|
||||
manifestVersion: 1
|
||||
id: my-filebrowser-quantum
|
||||
name: FileBrowser Quantum
|
||||
tagline: A better filebrowser than Filebrowser
|
||||
icon: https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/logo.png
|
||||
tagline: The best free self-hosted web-based file manager
|
||||
icon: https://filebrowserquantum.com/logo.svg
|
||||
category: MyApps
|
||||
version: "0.7.8"
|
||||
version: "1.1.0"
|
||||
port: 8633
|
||||
description: >-
|
||||
📂 Filebrowser Quantum is a modern and advanced version of the well known File Browser application written in Go. It offers a fast, clean and user friendly web interface that allows users to manage files and directories directly in their browser. With Filebrowser Quantum, users can upload, download, move, rename, delete and edit files without needing any additional software. Each user can have a personal home directory with custom permissions that control access to files and folders.
|
||||
FileBrowser Quantum provides an easy way to access and manage your files from the web. It has a modern responsive interface that has many advanced features to manage users, access, sharing, and file preview and editing.
|
||||
|
||||
This version is called "Quantum" because it packs tons of advanced features into a tiny easy to run file. Unlike the majority of alternative options, FileBrowser Quantum is simple to install and easy to configure.
|
||||
|
||||
What sets Filebrowser Quantum apart is its powerful index based search engine. Unlike traditional file managers that scan directories on demand, this version creates and maintains a search index in the background. This means that search results appear instantly as the user types, even when working with large and complex file structures. This makes managing and finding files much faster and more efficient.
|
||||
The goal for this repo is to become the best open-source self-hosted file browsing application that exists -- all for free. This repo will always be free and open-source.
|
||||
|
||||
|
||||
The application also introduces modern authentication features including support for bearer tokens. This allows integration with external authentication services and makes it possible to access the application programmatically using its well designed REST API. The API gives developers and administrators full control over files and directories through automated tools or scripts.
|
||||
|
||||
|
||||
Filebrowser Quantum focuses on performance, security and ease of use. It updates and simplifies the underlying codebase by using current dependencies and removing outdated components. This ensures that the application remains reliable, maintainable and ready for future development. It is an ideal solution for users who want a powerful self hosted file manager with fast search capabilities and flexible access controls.
|
||||
Ready to try it out? See Getting Started Docs.
|
||||
developer: Graham Steffaniak
|
||||
website: https://github.com/gtsteffaniak/filebrowser
|
||||
submitter: dennysubke
|
||||
submitter: me
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/
|
||||
repo: https://github.com/gtsteffaniak/filebrowser
|
||||
support: https://github.com/gtsteffaniak/filebrowser/issues
|
||||
gallery:
|
||||
- https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/1.jpg
|
||||
- https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/2.jpg
|
||||
- https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/3.jpg
|
||||
- https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/4.jpg
|
||||
- https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/5.jpg
|
||||
- https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/6.jpg
|
||||
- https://github.com/user-attachments/assets/162d7a95-33b7-49bd-976c-dd6822c0d22b
|
||||
- https://github.com/user-attachments/assets/aa32b05c-f917-47bb-b07f-857edc5e47f7
|
||||
releaseNotes: >-
|
||||
This version 0.7.8-beta of Filebrowser Quantum fixes OIDC login issues and adds more control over OIDC user creation, requiring explicit enabling for automatic user creation and supporting admin group mapping. It also resolves bugs related to file saving in the editor, Ctrl-select on macOS and Windows, and respects non-default base URLs during OIDC login.
|
||||
This update brings all 1.1.4 beta changes to stable.
|
||||
dependencies:
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
|
||||
Reference in New Issue
Block a user