Compare commits

...

10 Commits

Author SHA1 Message Date
MrTyton
ccfa807349 Version Bump 2023-02-26 10:48:31 -05:00
MrTyton
58aa741745 Version Bump 2023-02-03 06:29:40 -05:00
MrTyton
d3df6bb41b Version bumps 2023-01-05 19:21:21 -05:00
MrTyton
19611e3e54 Update fff.txt 2022-10-27 13:51:17 -04:00
MrTyton
5c90977420 Update build-args format 2022-09-12 06:32:59 -04:00
MrTyton
52a5ba2e4f Update dockerfile if statement 2022-09-12 06:26:29 -04:00
MrTyton
bb5452cdd5 Version Bump 2022-09-12 06:14:21 -04:00
MrTyton
4db6ce9b96 Version Bumps 2022-08-16 04:20:50 -04:00
MrTyton
cfc1683fbb Version bump
Needed to fix spacebattles and some other things
2022-05-23 21:24:44 -04:00
MrTyton
523888b588
Create README.md 2022-03-27 08:07:27 -07:00
6 changed files with 22 additions and 5 deletions

View File

@ -56,4 +56,7 @@ 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 }}

View File

@ -55,9 +55,11 @@ RUN echo "**** s6 omsta;; ****" && \
RUN echo *** Install Packages *** && \
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; \
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 Normal file
View 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.

View File

@ -1 +1 @@
5.39.1
6.12.0

View File

@ -1 +1 @@
4.11.1
4.20.6

View File

@ -1 +1 @@
2022.03.26-08
2023.02.26