Compare commits
10 Commits
fcf93b51bb
...
ccfa807349
Author | SHA1 | Date | |
---|---|---|---|
|
ccfa807349 | ||
|
58aa741745 | ||
|
d3df6bb41b | ||
|
19611e3e54 | ||
|
5c90977420 | ||
|
52a5ba2e4f | ||
|
bb5452cdd5 | ||
|
4db6ce9b96 | ||
|
cfc1683fbb | ||
|
523888b588 |
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
@ -56,4 +56,7 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ env.IMAGE_REPO }}/${{ env.IMAGE_NAME }}:${{ env.RELEASE_VERSION }}
|
tags: ${{ env.IMAGE_REPO }}/${{ env.IMAGE_NAME }}:${{ env.RELEASE_VERSION }}
|
||||||
build-args: VERSION=${{env.RELEASE_VERSION}},CALIBRE_RELEASE=${{env.CALIBRE_VERSION}},FFF_RELEASE=${{env.FFF_VERSION}}
|
build-args: |
|
||||||
|
VERSION=${{ env.RELEASE_VERSION }}
|
||||||
|
CALIBRE_RELEASE=${{ env.CALIBRE_VERSION }}
|
||||||
|
FFF_RELEASE=${{ env.FFF_VERSION }}
|
||||||
|
@ -55,9 +55,11 @@ RUN echo "**** s6 omsta;; ****" && \
|
|||||||
|
|
||||||
RUN echo *** Install Packages *** && \
|
RUN echo *** Install Packages *** && \
|
||||||
set -x && \
|
set -x && \
|
||||||
if [ -z ${FFF_RELEASE+x} ]; then \
|
if [ -z ${FFF_RELEASE} ]; then \
|
||||||
|
echo "FFF Using Default Release"; \
|
||||||
python3 -m pip --no-cache-dir install FanFicFare; \
|
python3 -m pip --no-cache-dir install FanFicFare; \
|
||||||
else \
|
else \
|
||||||
|
echo "FF Using ${FFF_RELEASE} Release"; \
|
||||||
python3 -m pip --no-cache-dir install --extra-index-url https://testpypi.python.org/pypi FanFicFare==${FFF_RELEASE}; \
|
python3 -m pip --no-cache-dir install --extra-index-url https://testpypi.python.org/pypi FanFicFare==${FFF_RELEASE}; \
|
||||||
fi && \
|
fi && \
|
||||||
python3 -m pip --no-cache-dir install pushbullet.py pillow && \
|
python3 -m pip --no-cache-dir install pushbullet.py pillow && \
|
||||||
|
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# AutomatedFanfic
|
||||||
|
Automated Fanfiction Download using FanficFare CLI
|
||||||
|
|
||||||
|
This is a docker image to run the Automated FFF CLI, with pushbullet integration.
|
||||||
|
|
||||||
|
[Dockerhub Link](https://hub.docker.com/r/mrtyton/automated-ffdl)
|
||||||
|
|
||||||
|
## How to Install
|
||||||
|
|
||||||
|
1. Install the docker image with `docker pull mrtyton/automated-ffdl`
|
||||||
|
2. Map the `/config` volume to someplace on your drive.
|
||||||
|
3. After running the image once, it will have copied over default configs. Fill them out and everything should start working.
|
@ -1 +1 @@
|
|||||||
5.39.1
|
6.12.0
|
@ -1 +1 @@
|
|||||||
4.11.1
|
4.20.6
|
@ -1 +1 @@
|
|||||||
2022.03.26-08
|
2023.02.26
|
Loading…
Reference in New Issue
Block a user