Deploy FileBrowser Quantum on a home server or VPS to give team members browser-based access to shared files.
Replace cloud storage like Dropbox for internal file sharing with fine-grained per-user and per-directory access control.
Set up real-time indexed search across your file storage with filtering by file type and size.
FileBrowser Quantum is a self-hosted web file manager written in Go. It gives you a browser-based interface for accessing and organizing files on your own server, without relying on a cloud storage provider. You deploy it on your own machine or server, and then anyone you authorize can browse, upload, download, preview, and edit files through a web browser. This project is a heavily modified fork of the original open-source FileBrowser application. The fork adds features the original lacks: support for multiple file sources at once, login options including single sign-on, LDAP, two-factor authentication, and JWT tokens. It also replaces the original search with an indexed search backed by SQLite, which returns results in real time as you type and supports filtering by file size and type. The user interface is responsive and works on different screen sizes, with thumbnail support for videos, office documents, 3D models, and music album art. Sharing options are configurable in detail. When you share a file or folder, you can set an expiration time, restrict which users can access it, allow anonymous access, and control whether recipients can view, edit, or upload. Access control can also be set at the directory level and scoped to individual users or groups. Administrators interact with the app through a YAML configuration file, and a developer API with a Swagger documentation page is available for building integrations. The app ships as a single binary file, which makes installation straightforward on Windows, Linux, and macOS. A Docker image is also available. Shell command execution, which was present in the original filebrowser, has been removed in this fork and will not be reintroduced. The project is free and open source under the Apache 2.0 license.
← gtsteffaniak on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.