File Browser
Web File Browser to manage, upload, and share files inside your own private server.
Why consider File Browser?
File Browser is an open-source, single-binary file manager for your server. Written in Go and Vue.js, it provides file uploads, video/audio streaming, directory sharing links, and multi-user authentication.
Learn File Browser by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of File Browser
File Browser provides a modern web explorer interface for viewing, editing, and streaming files residing on remote servers.
Running with Docker
docker run -d \ --name filebrowser \ -p 8080:80 \ -v $(pwd)/srv:/srv \ -v $(pwd)/database.db:/etc/database.db \ filebrowser/filebrowser:latestFile Browser is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
McFly
Fly through your shell history with an intelligent neural network search engine.
cheat
Interactive command-line cheatsheets for system administrators and software engineers.
Pipenv
Python development workflow for humans uniting Pipfile, pip, and virtualenv.
Rye
Comprehensive Python package and workspace management tool written in Rust.