Compare commits
No commits in common. "ccfa80734926c3c2d0f43fd1f3b527ef6a542214" and "fcf93b51bb10014e988b492023eb301ce601208d" have entirely different histories.
ccfa807349
...
fcf93b51bb
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
@ -56,7 +56,4 @@ 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: |
|
build-args: VERSION=${{env.RELEASE_VERSION}},CALIBRE_RELEASE=${{env.CALIBRE_VERSION}},FFF_RELEASE=${{env.FFF_VERSION}}
|
||||||
VERSION=${{ env.RELEASE_VERSION }}
|
|
||||||
CALIBRE_RELEASE=${{ env.CALIBRE_VERSION }}
|
|
||||||
FFF_RELEASE=${{ env.FFF_VERSION }}
|
|
||||||
|
@ -55,11 +55,9 @@ RUN echo "**** s6 omsta;; ****" && \
|
|||||||
|
|
||||||
RUN echo *** Install Packages *** && \
|
RUN echo *** Install Packages *** && \
|
||||||
set -x && \
|
set -x && \
|
||||||
if [ -z ${FFF_RELEASE} ]; then \
|
if [ -z ${FFF_RELEASE+x} ]; 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
12
README.md
@ -1,12 +0,0 @@
|
|||||||
# 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 @@
|
|||||||
6.12.0
|
5.39.1
|
@ -1 +1 @@
|
|||||||
4.20.6
|
4.11.1
|
@ -1 +1 @@
|
|||||||
2023.02.26
|
2022.03.26-08
|
||||||
|
Loading…
Reference in New Issue
Block a user