Set up a fast, dependency-free web server to manage and share your multimedia files. Built with simplicity and performance in mind, this lightweight solution requires under 250 lines of code, making it highly secure and easy to review. It provides a highly responsive web interface that loads in milliseconds, ensuring quick access to your data across any device.
Take advantage of a robust set of built-in features designed for file management:
Whether you run it via Docker, a package manager, or as a standalone binary, it offers a reliable, multi-platform solution with reproducible builds and extensive test coverage.
services:
gossa:
image: pldubouilh/gossa
container_name: gossa
restart: unless-stopped
ports:
- "8001:8001"
environment:
- GOSSA_USER=${GOSSA_USER}
- GOSSA_PASS=${GOSSA_PASS}
- GOSSA_RO=false
- GOSSA_SKIP_HIDDEN=true
volumes:
- ./data:/sharedGOSSA_USER=admin
GOSSA_PASS=your_secure_passwordAuto-fetched about 22 hours ago
Auto-fetched about 22 hours ago