A comicbook library manager for collectors and readers. Scan barcodes, catalogue your collection.
559
A self-hosted comic book library manager for collectors and readers. Scan barcodes, catalogue your collection, track completion, and discover new series — all from a single lightweight container.
docker run -d \
--name suparr \
-p 61600:61600 \
-v ./config:/config \
-v /path/to/comics:/comics \
lincalinca/suparr:latest
Then open http://localhost:61600.
Mount a .env file or pass environment variables:
| Variable | Description |
|---|---|
SUPARR_PORT | Listen port (default: 61600) |
SUPARR_CONFIG_DIR | Config/DB path (default: /config) |
SUPARR_COMICS_DIR | Comic files path (default: /comics) |
COSMOS_ENDPOINT | (Optional) Azure Cosmos DB endpoint for GCD metadata |
COSMOS_KEY | (Optional) Azure Cosmos DB key |
COSMOS_DATABASE | (Optional) Cosmos DB database name (default: suparr) |
| Path | Purpose |
|---|---|
/config | SQLite database, settings, encryption keys |
/comics | Your comic library root |
61600 (Earth-616 🕷️)Content type
Image
Digest
sha256:1ca09d107…
Size
9.7 MB
Last updated
3 months ago
docker pull lincalinca/suparr