1.3 KiB
1.3 KiB
Komga
Komga provides a self-hosted server and reader for comic, manga, and ebook libraries.
Deployment layout
- Compose:
/srv/docker/komga/docker-compose.yml - Static configuration/source: no additional mounted static configuration
- Non-secret environment: none
- Secrets: no separately mounted secret file; user accounts and sensitive application settings are stored inside protected application state
- NVMe application state:
/srv/appdata/komga/configand/srv/appdata/komga/tmp - Bulk HDD data:
/data/Data1/comics, mounted read-write so Komga administrators can delete library files - Other mounts:
/etc/timezone, mounted read-only
Secrets are never committed to this repository. Komga stores its database,
users, indexes, and sensitive application configuration inside
/srv/appdata/komga/config; the complete directory and its backups must be
treated as sensitive.
Dependencies and recovery
- Networks/dependencies: Komga uses the external
npm_proxynetwork at192.168.97.17and consumes the shared/data/Data1/comicslibrary that Kapowarr can manage - Back up:
/srv/appdata/komga/configand the shared/data/Data1/comicslibrary - Re-creatable: the Komga container image and
/srv/appdata/komga/tmp