Koreader installed in a docker container, accessible via browser.
The image name is ghcr.io/zephyros-dev/koreader. The following tags are supported:
latest: Latest version built on the main branchKoreader.version: Specific version of Koreader. e.g:v2023.06.1
-
Create a
docker-compose.yaml. Checkout the docker-compose.yaml for example. -
Run the following command to start the container
docker-compose up -d
-
Open your browser and go to
http://localhost:3000
- The image is based on linuxserver/baseimage-selkies. See the base image for more configurations options.
- The koreader configurations can be found in
/config/.config/koreaderinside the container.
-
For renovate user, add this to the renovate configuration for the tags auto-update:
{ "extends": ["github>zephyros-dev/docker-koreader"], }