Files
truecharts/charts/stable/tachidesk-docker/values.yaml
T
StevenMcElligottandGitHub 8136819965 fix(tachidesk): Remove backup Time env var (#18890)
**Description**

Setting the time would break the install, this removes it, the backup
will run at 00:00, if people REALLY want to customize it then they can
wait for upstream and/or do another fix lol

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-03-03 23:08:23 -05:00

69 lines
1.8 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: ghcr.io/suwayomi/tachidesk
tag: preview@sha256:ffc46df15d24f4f3947617deadc489ad7245d7257bf1330784f1856d8384f203
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