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
|
||||
push: true
|
||||
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,11 +55,9 @@ RUN echo "**** s6 omsta;; ****" && \
|
||||
|
||||
RUN echo *** Install Packages *** && \
|
||||
set -x && \
|
||||
if [ -z ${FFF_RELEASE} ]; then \
|
||||
echo "FFF Using Default Release"; \
|
||||
if [ -z ${FFF_RELEASE+x} ]; then \
|
||||
python3 -m pip --no-cache-dir install FanFicFare; \
|
||||
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}; \
|
||||
fi && \
|
||||
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