Gossa
🎶 a fast and simple multimedia fileserver
Install / Use
/learn @pldubouilh/GossaREADME
gossa

a fast and simple webserver for your files, that's dependency-free and with under 250 lines of code, easy to review.
a simple UI comes as default, featuring :
- 🔍 files/directories browser & handler
- 📩 drag-and-drop uploader
- 💾 90s web UI that prints in milliseconds
- 📸 video streaming, picture browser, pdf viewer
- ✍️ simple note editor
- ⌨️ keyboard navigation
- 🚀 lightweight and dependency free codebase
- 🔒 >95% test coverage and reproducible builds
- 🥂 fast golang static server
- 💑 easy multi account setup, read-only mode
- ✨ PWA-able
- 🖥️ multi-platform support
install / build
arch linux (AUR) - e.g. yay -S gossa
nix - e.g. nix-shell -p gossa
binaries are available on the release page
all builds are reproducible, checkout the hashes on the release page.
usage
% ./gossa --help
% ./gossa -h 192.168.100.33 ~/storage
shortcuts
press Ctrl/Cmd + h to see all the UI/keyboard shortcuts.
fancier setups
release images are pushed to dockerhub, e.g. :
# pull from dockerhub and run
% mkdir ~/LocalDirToShare
% sudo docker run -v ~/LocalDirToShare:/shared -p 8001:8001 pldubouilh/gossa
in a do-one-thing-well mindset, HTTPS and authentication has been left to middlewares and proxies. sample caddy configs are available to quickly setup multi users setups along with https.
automatic boot-time startup can be handled with a user systemd service - see support
Related Skills
node-connect
334.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
334.1kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
82.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
334.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
