Skip to content

KOReader in a docker container accessible using noVNC

License

Notifications You must be signed in to change notification settings

whimsical-c4lic0/docker-koreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KOReader Docker Image

This image allows KOReader to be run within a docker container and accessible via a web browser.

Usage

KOReader is accessible via the container port 8080. By default, KOReader opens the container's /docs directory.

For example, if you have books stored at /home/user/books and want to access KOReader using port 3000, run the following command:

docker run --rm -p 3000:8080 -v /home/user/books:/docs ghrc.io/whimsical-c4lic0/koreader:latest

Then open a web browser, and navigate to http://localhost:3000

Image Contents

  • Alpine Linux - A lightweight Linux distribution to serve as the image base
  • noVNC - An HTML5 canvas VNC viewer
  • supervisord - A process control system for managing the noVNC server
  • x11vnc - A VNC server for X displays
  • Xvfb - Virtual framebuffer X server for X11
  • KOReader - A document viewer for E Ink devices

Attributions

This image is based on the noVNC image by Pat Sharkey (@psharkey).

About

KOReader in a docker container accessible using noVNC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages