cafae0c04f
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/suwayomi/tachidesk | digest | `63d511a` -> `40ab85e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44NC4xIiwidXBkYXRlZEluVmVyIjoiMzguODQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
69 lines
1.8 KiB
YAML
69 lines
1.8 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/suwayomi/tachidesk
|
|
tag: preview@sha256:40ab85e5c913682df65d1ff05a4e7f3924a99c92db58e2633dc99e15a790a5f0
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
BIND_IP: "0.0.0.0"
|
|
BIND_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
SOCKS_PROXY_ENABLED: false
|
|
SOCKS_PROXY_HOST: ""
|
|
SOCKS_PROXY_PORT: ""
|
|
DOWNLOAD_AS_CBZ: true
|
|
BASIC_AUTH_ENABLED: false
|
|
BASIC_AUTH_USERNAME: ""
|
|
BASIC_AUTH_PASSWORD: ""
|
|
DEBUG: false
|
|
GQL_DEBUG: false
|
|
WEB_UI_ENABLED: true
|
|
WEB_UI_FLAVOR: "WebUI"
|
|
WEB_UI_CHANNEL: "stable"
|
|
WEB_UI_UPDATE_INTERVAL: 23
|
|
AUTO_DOWNLOAD_CHAPTERS: false
|
|
AUTO_DOWNLOAD_EXCLUDE_UNREAD: true
|
|
AUTO_DOWNLOAD_AHEAD_LIMIT: 0
|
|
EXTENSION_REPOS: ""
|
|
MAX_SOURCES_IN_PARALLEL: 6
|
|
UPDATE_EXCLUDE_UNREAD: true
|
|
UPDATE_EXCLUDE_STARTED: true
|
|
UPDATE_EXCLUDE_COMPLETED: true
|
|
UPDATE_INTERVAL: 12
|
|
UPDATE_MANGA_INFO: false
|
|
BACKUP_INTERVAL: 1
|
|
BACKUP_TTL: 14
|
|
FLARESOLVERR_ENABLED: false
|
|
FLARESOLVERR_URL: ""
|
|
FLARESOLVERR_TIMEOUT: 60
|
|
FLARESOLVERR_SESSION_NAME: "suwayomi"
|
|
FLARESOLVERR_SESSION_TTL: 15
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4567
|
|
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /home/suwayomi/.local/share/Tachidesk
|
|
library:
|
|
enabled: true
|
|
mountPath: /home/suwayomi/.local/share/Tachidesk/downloads
|
|
local-library:
|
|
enabled: true
|
|
mountPath: /home/suwayomi/.local/share/Tachidesk/local
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|