https://github.com/driftywinds/cwa
An arm64 docker image for Calibre-Web-Automated made by drifty
https://github.com/driftywinds/cwa
Last synced: 12 days ago
JSON representation
An arm64 docker image for Calibre-Web-Automated made by drifty
- Host: GitHub
- URL: https://github.com/driftywinds/cwa
- Owner: driftywinds
- Created: 2024-08-31T06:01:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T03:50:34.000Z (3 months ago)
- Last Synced: 2025-05-08T05:02:50.941Z (17 days ago)
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## An arm64 docker image for [Calibre-Web-Automated](https://github.com/crocodilestick/Calibre-Web-Automated) made by drifty
The official images don't have an arm64 version, and I needed one for my Pi, so I cloned the repo and built the image myself. Useful for anyone with an arm64 processor who wants to run CWA.
Also available on Docker Hub - [```driftywinds/cwa:latest```](https://hub.docker.com/repository/docker/driftywinds/cwa/general)
How to use: -
1. Follow instructions of the official repo from [here](https://github.com/crocodilestick/Calibre-Web-Automated?tab=readme-ov-file#using-docker-compose-recommended).
2. Replace the "image" part of the docker-compose.yml to ```ghcr.io/driftywinds/cwa:latest```.
### Keep in mind - this container takes a little while longer than the normal image to start up because it seems to emulate an x86 environment for the Calibre app inside the container because Calibre does not ship an arm64 version of their app. Please be patient and you can check logs live with this command: -
```
docker logs calibre-web-automated -f
```
The container will be ready to use when the last line in the logs says ```[ls.io-init] done.```