2855f7556188b247b6e4222e11eb2b181ae3c122
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.js 16 or 20 installed
- Install this service's dependencies by running
$ npm install - Install Kepubify, and have the kepubify executable in your PATH.
- Install KindleGen, and have the kindlegen executable in your PATH.
- Start this service by running:
$ npm startand access it on HTTP port 3001
Containerized
- Have Docker installed
- Run
$ docker compose up - Access the service on HTTP port 3001
Languages
JavaScript
55.8%
HTML
34.1%
CSS
6.4%
Dockerfile
3.7%