miniserve
A tiny, self-contained file server with a clean web UI. Upload and download files through the browser with optional password protection. Zero configuration needed.
Getting Started
- Visit your domain — the file browser opens automatically
- Upload files — drag and drop or click the upload button
- Authentication — password is in Service > Variables >
MINISERVE_AUTH (format: user:password)
- Served directory — files are served from
/data inside the container
Key Features
- Clean, responsive web UI with dark mode
- File upload via drag-and-drop
- Directory listing with sorting
- Optional username/password authentication
- QR code generation for easy mobile access
- Single binary, no dependencies
License
MIT — GitHub