2024-01-19 17:30:37 +01:00
2024-01-19 17:12:58 +01:00
2020-03-03 17:43:11 +01:00
2024-01-19 17:17:36 +01:00
2024-01-19 17:12:58 +01:00
2020-03-04 13:23:35 +01:00
2024-01-19 17:30:37 +01:00
2024-01-19 17:30:37 +01:00
2023-12-08 19:39:59 +01:00

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

  1. Have Node.js 16 or 20 installed
  2. Install this service's dependencies by running $ npm install
  3. Install Kepubify, and have the kepubify executable in your PATH.
  4. Install KindleGen, and have the kindlegen executable in your PATH.
  5. Start this service by running: $ npm start and access it on HTTP port 3001

Containerized

  1. Have Docker installed
  2. Run $ docker compose up
  3. Access the service on HTTP port 3001
Description
A service for sending ebooks to a Kobo or Kindle ereader through the built-in browser
Readme MIT 11 MiB
Languages
JavaScript 55.8%
HTML 34.1%
CSS 6.4%
Dockerfile 3.7%