Add auto-backup settings (#190)

This commit is contained in:
Mitchell Syer
2025-10-14 20:01:18 -04:00
committed by GitHub
parent e5abfdad21
commit 0f06bbaf3c
3 changed files with 87 additions and 66 deletions

View File

@@ -150,6 +150,13 @@ jobs:
-e BACKUP_TIME=13:37 \
-e BACKUP_INTERVAL=2 \
-e BACKUP_TTL=31 \
-e AUTO_BACKUP_INCLUDE_MANGA=true \
-e AUTO_BACKUP_INCLUDE_CATEGORIES=false \
-e AUTO_BACKUP_INCLUDE_CHAPTERS=false \
-e AUTO_BACKUP_INCLUDE_TRACKING=false \
-e AUTO_BACKUP_INCLUDE_HISTORY=false \
-e AUTO_BACKUP_INCLUDE_CLIENT_DATA=false \
-e AUTO_BACKUP_INCLUDE_SERVER_SETTINGS=false \
-e FLARESOLVERR_ENABLED=true \
-e FLARESOLVERR_URL=http://flaresolverr:8191 \
-e FLARESOLVERR_TIMEOUT=30 \