description:"Ignore automatic chapter downloads of entries with unread chapters"
schema:
type:boolean
default:true
- variable:AUTO_DOWNLOAD_AHEAD_LIMIT
label:"Auto Download Chapters Ahead Limit"
description:"0 to disable - how many unread downloaded chapters should be available - if the limit is reached, new chapters won't be downloaded automatically"
schema:
type:int
default:0
- variable:EXTENSION_REPOS
label:"Additional Extension Repo"
description:"Any additional extension repos to use"
schema:
type:string
default:""
- variable:MAX_SOURCES_IN_PARALLEL
label:"Max Sources (Uploads/Downloads) in Parallel"
description:"Between 1 and 20 - Sets how many sources can do requests (updates, downloads) in parallel. Updates/Downloads are grouped by source and all mangas of a source are updated/downloaded synchronously"
schema:
type:int
default:6
- variable:UPDATE_EXCLUDE_UNREAD
label:"Exclude Unread Manga"
description:"If unread manga should be excluded from updates"
schema:
type:boolean
default:true
- variable:UPDATE_EXCLUDE_STARTED
label:"Exclude Started Manga"
description:"If started manga should be excluded from updates"
schema:
type:boolean
default:true
- variable:UPDATE_EXCLUDE_COMPLETED
label:"Exclude completed Manga"
description:"If completed manga should be excluded from updates"
schema:
type:boolean
default:true
- variable:UPDATE_INTERVAL
label:"Global Update Interval"
description:"Time in hours (0 to disable it) for the innterval in which the global update will be automatically triggered"
schema:
type:int
default:12
- variable:UPDATE_MANGA_INFO
label:"Update Manga Info"
description:"If manga info should be updated along with the chapters"
schema:
type:boolean
default:false
- variable:BACKUP_INTERVAL
label:"Backup Update Interval"
description:"Time in days (0 to disable it) for the interval in which the server will automatically create a backup"
schema:
type:int
default:1
- variable:BACKUP_TTL
label:"Backup Retentions Interval"
description:"Time in days (0 to disable it) for how long backup files will be kept before they will get deleted"
schema:
type:int
default:1
- variable:FLARESOLVERR_ENABLED
label:"Enable Flaresolverr"
description:"Whether FlareSolverr is enabled and available to use"
schema:
type:boolean
default:false
- variable:FLARESOLVERR_URL
label:"Flaresolverr URL"
description:"The URL of the FlareSolverr instance"
schema:
type:string
default:""
- variable:FLARESOLVERR_TIMEOUT
label:"Flaresolverr Timeout in Seconds"
description:"Time in seconds before it times out"
schema:
type:int
default:60
- variable:FLARESOLVERR_SESSION_NAME
label:"Flaresolverr Session Name"
description:"The name of the session that Suwayomi will use with FlareSolverr"
schema:
type:string
default:"suwayomi"
- variable:FLARESOLVERR_SESSION_TTL
label:"Flaresolverr Session TTL "
description:"The time to live for the FlareSolverr session"