Files
codeandClaude Fable 5 340866f9f4 complete all stack READMEs to the 9-section template
Existing content preserved and reordered to the canonical section order;
missing sections generated from each stack's compose data (ports, volumes,
env vars, image links). Fixes copy-paste errors in Dockhand sections
(qbittorrent pointed at archivebox; invokeai/thunderbird said SERVICENAME)
and persistant->persistent typos in gatus.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 06:25:05 +00:00
..
2025-11-26 21:48:53 -08:00
2026-07-16 06:24:54 +00:00

Filebrowser Quantum

A lightweight Docker Compose setup for running the Filebrowser Quantum container. The future of Filebrowser was in question so switched to Quantum.

Overview

Project Details

Getting Started

  1. Start the container: docker compose up -d
  2. Open http://localhost:8080 in your browser
  3. Follow the initial setup wizard to configure the application

Environment Variable Notes

FILEBROWSER_CONFIG_PATH  default: /data/filebrowser
FILEBROWSER_CONFIG  default: /home/filebrowser/config.yaml
FILEBROWSER_ADMIN_PASSWORD  default: ChangeThisPassword
FILEBROWSER_PORT  default: 8080

Volume Notes

/srv  host path /data/storage
/home/filebrowser/data  host path /data/filebrowser/root
/home/filebrowser/config.yaml  host path /data/filebrowser/config.yaml

Network Notes

Requires proxy network

Docker Run

docker run -d \
  --name filebrowser \
  -p 8080:80 \
  -v /data/storage:/srv \
  -v /data/filebrowser/root:/home/filebrowser/data \
  -v /data/filebrowser/config.yaml:/home/filebrowser/config.yaml \
  gtstef/filebrowser:latest

See compose.yaml for the full set of environment variables.

Additional Notes / Gotchas

Nothing specific to this stack so far.

Dockhand Stack, Deploy from Git

Cookbooks Repository stackname: filebrowser_dev Compose file path: filebrowser_dev/compose.yaml Additional env file (optional): filebrowser_dev/sample.env

Then "Load" filebrowser_dev/sample.env into the Environmental variables in dockhand

Create the Stack

Quick Notes

Proxy Port: 80

Default user account:

  • Username: admin
  • Password: admin