# Kapowarr Self-hosted comic library manager that acquires, imports, and organizes comics through the configured download workflow. ## Deployment layout - **Compose:** `/srv/docker/kapowarr/docker-compose.yml` - **Static configuration/source:** no additional static configuration or build source - **Non-secret environment:** none - **Secrets:** none - **NVMe application state:** `/srv/appdata/kapowarr/db` - **Bulk HDD data:** none - **Other mounts:** `/srv/downloads/intermediate` at `/app/temp_downloads` and the shared `/data/Data1/comics` library at `/comics-1`, both read-write Secrets are never committed to this repository. No standalone secret file is declared; credentials entered through Kapowarr are retained in its protected application-managed database. ## Dependencies and recovery - **Networks/dependencies:** external `npm_proxy` network at `192.168.97.16`; download-client integrations are configured within Kapowarr, with shared temporary downloads and comic-library storage mounted from the host - **Back up:** `/srv/appdata/kapowarr/db` and the separately managed `/data/Data1/comics` library - **Re-creatable:** the Kapowarr container and `/srv/downloads/intermediate` temporary-download contents