Host and manage your entire digital library with a lightning-fast, open-source server designed for comic books, manga, and digital books. Curate your collections easily and stream media directly to any device. Enjoy a tailored reading experience with a dedicated mobile app for iOS and Android. Key benefits include Cross-platform accessibility for reading on the go, Offline reading support so you can download content and read without an internet connection, Automatic progress sync to keep your place across all devices, and OPDS v2 compatibility for browsing catalogs seamlessly. Built with security in mind, access permissions are managed centrally so you only configure rules once. Available in multiple languages, this community-driven platform continually improves based on user feedback.
services:
stump:
image: aaronleopold/stump:latest
container_name: stump
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./media:/media
ports:
- 10801:10801# No sensitive credentials are required for the default SQLite configuration.
# You can add STUMP_JWT_SECRET or other overrides here if needed.
Auto-fetched about 19 hours ago
Auto-fetched about 19 hours ago