suwayomi helm

No introduction found. Create it?

Install

Install with:

helm repo add suwayomi oci://ghcr.io/bjw-s-labs/charts/
helm install suwayomi suwayomi/suwayomi -f values.yaml

Examples

See examples from other people.

Top Repositories (3 out of 6)

NameRepoStarsVersionTimestamp
suwayomikashalls/home-cluster1055.1.05 days ago
suwayomiwaifulabs/infrastructure2265.1.05 days ago
suwayomiToaHartor/maisonneux435.0.12 months ago

Values

See the most popular values for this chart:

KeyTypes
string
controllers.suwayomi.containers.app.image.tag (6)
v2.3.2356@sha256:0724eb53d49cb6e629ffe28c96b41fe77471a7243b900aa2a3ac67bd8018ad6c
string
string
string
string
boolean
string
boolean
string
number
string, boolean
controllers.suwayomi.containers.app.env.FLARESOLVERR_URL (3)
flaresolverr.services.svc.cluster.local:8191
string
string, boolean
string, boolean
string, boolean
string, boolean
number
string, boolean
controllers.suwayomi.containers.app.env.EXTENSION_REPOS (2)
["https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json"]
string
string, boolean
string, boolean
string
number
string
string
string
string
boolean
controllers.suwayomi.containers.app.env.EXTENSION_STORES (1)
["https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json"]
string
string
number
number
boolean
number
number
boolean
number
number
number
number
number
boolean
boolean
boolean
number
number
number
number
number
string
number
boolean
number
number
number
string
string
string
controllers.suwayomi.initContainers.01-init-config.command[] (2)
- sh
- -c
- set -e cp /configmap/server.conf /tachidesk-data/server.conf # Suwayomi refuses to start with server.downloadsPath pointing # at a non-existent directory; pre-create it on shared media. mkdir -p /media/Downloads/suwayomi
string
string
number
controllers.suwayomi.initContainers.init-config.command[] (1)
- sh
- -c
- set -e cp /configmap/server.conf /tachidesk-data/server.conf mkdir -p /media/downloads
string
string
number
number
number
string
number
boolean
number
string
boolean
boolean
number
string
string
string
string
string
persistence.config.globalMounts[].path (3)
/home/suwayomi/.local/share/Tachidesk
string
string
string
string
string
persistence.config.type (1)
persistentVolumeClaim
string
string
string
persistence.media.hostPath (2)
/var/mnt/puddle/media
string
persistence.media.path (2)
/mnt/Vault/Media/Comics
string
string
string
string
string
boolean
string
boolean
string
string
string
persistence.downloads.globalMounts[].path (2)
/home/suwayomi/.local/share/Tachidesk/downloads
string
string
persistence.downloads.path (2)
${nfs_path_download}
string
string
string
string
persistence.tmpfs.advancedMounts.suwayomi.app[].path (1)
/home/suwayomi/.local/share/Tachidesk/bin
/home/suwayomi/.local/share/Tachidesk/logs
/tmp
string
string
persistence.tmpfs.globalMounts[].path (1)
/tmp
/var/cache/fontconfig
/home/suwayomi/.cache/fontconfig
/home/suwayomi/.fontconfig
string
route.app.hostnames[] (5)
- {{ .Release.Name }}.ok8.sh
string
string
string
string
string
number
string
string
string
string
string
string
string
string
route.app.annotations."gethomepage.dev/widget.url" (1)
https://{{ .Release.Name }}.janpuc.com
string
configMaps.config.data."server.conf" (3)
# Suwayomi-Server config. Database is the embedded H2 default. # === Networking === server.ip = "0.0.0.0" server.port = 4567 # === Auth (internal-only; enable later if needed) === server.authMode = "none" # === Downloads === server.downloadAsCbz = true server.downloadsPath = "/media/Downloads/suwayomi" server.autoDownloadNewChapters = true server.excludeEntryWithUnreadChapters = false server.autoDownloadNewChaptersLimit = 0 server.autoDownloadIgnoreReUploads = true # === Global update (scheduled new-chapter checks) === # "Pull everything" stance: don't skip series we're behind on or # haven't started. globalUpdateInterval is hours (minimum 6). server.globalUpdateInterval = 12 server.excludeUnreadChapters = false server.excludeNotStarted = false server.excludeCompleted = false server.updateMangas = false # === FlareSolverr (cluster-local service) === server.flareSolverrEnabled = true server.flareSolverrUrl = "http://flaresolverr.entertainment.svc.cluster.local:8191" server.flareSolverrTimeout = 60 server.flareSolverrSessionName = "suwayomi" server.flareSolverrSessionTtl = 15 server.flareSolverrAsResponseFallback = false # === Web UI === server.webUIEnabled = true server.initialOpenInBrowserEnabled = false server.webUIInterface = "browser" server.webUIFlavor = "WebUI" server.webUIChannel = "STABLE" server.webUIUpdateCheckInterval = 23 # === Pre-seeded extension repos (Keiyoushi + Yuzono) === server.extensionRepos = [ "https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json", "https://raw.githubusercontent.com/yuzonomanga/yuzono-extensions/repo/index.min.json" ] # === Misc === server.debugLogsEnabled = false server.systemTrayEnabled = false server.maxSourcesInParallel = 6 server.maxLogFiles = 14 server.maxLogFileSize = "10mb" server.maxLogFolderSize = "100mb"
string