From 3ba40132a4f7741edbb0f14d2f80649149faaee2 Mon Sep 17 00:00:00 2001 From: daniel-j Date: Fri, 8 Dec 2023 19:39:59 +0100 Subject: [PATCH] change kindlegen url --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bd22920..d715af5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN wget https://github.com/pgaskin/kepubify/releases/download/v4.0.4/kepubify-l chmod +x /usr/local/bin/kepubify # Download and install kindlegen -RUN wget https://archive.org/download/kindlegen2.9/kindlegen_linux_2.6_i386_v2_9.tar.gz && \ +RUN wget https://web.archive.org/web/20150803131026/https://kindlegen.s3.amazonaws.com/kindlegen_linux_2.6_i386_v2_9.tar.gz && \ mkdir kindlegen && \ tar xvf kindlegen_linux_2.6_i386_v2_9.tar.gz --directory kindlegen && \ cp kindlegen/kindlegen /usr/local/bin/kindlegen && \ diff --git a/README.md b/README.md index 27377a3..a8ff806 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A self hostable service for sending ebooks to a Kobo or Kindle ereader through t 1. Have Node.js 16 or 20 installed 2. Install this service's dependencies by running `$ npm install` 3. Install [Kepubify](https://github.com/pgaskin/kepubify), and have the kepubify executable in your PATH. -4. Install [KindleGen](https://archive.org/details/kindlegen2.9), and have the kindlegen executable in your PATH. +4. Install [KindleGen](http://web.archive.org/web/*/http://kindlegen.s3.amazonaws.com/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