change kindlegen url

This commit is contained in:
daniel-j
2023-12-08 19:39:59 +01:00
parent c45ad7b44f
commit 3ba40132a4
2 changed files with 2 additions and 2 deletions

View File

@@ -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 && \

View File

@@ -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