467 B
467 B
send2ereader
A self hostable service for sending ebooks to a Kobo or Kindle ereader through the built-in browser.
How To Run
On Your Host OS
- Have Node 16 installed
- Install this service's dependencies by running
$ npm install - Install Kepubify, and have the executable in your path.
- Start this service by running:
$ node index
Containerized
- Have Docker installed
- Run
$ docker compose up