all repos — infra @ e398bee7a25875f41bc68a450b9da6f0ffd805b8

infrastructure manifests and setup notes

charts: add audiobookshelf
Anirudh Oppiliappan x@icyphox.sh
Thu, 01 Aug 2024 15:20:39 +0300
commit

e398bee7a25875f41bc68a450b9da6f0ffd805b8

parent

0ee09b3b2d91404555b223792c0c9aeb670dc1d8

2 files changed, 22 insertions(+), 0 deletions(-)

jump to
A charts/audiobookshelf.yaml

@@ -0,0 +1,20 @@

+apiVersion: helm.cattle.io/v1 +kind: HelmChart +metadata: + name: audiobookshelf + namespace: default +spec: + chart: oci://tccr.io/truecharts/audiobookshelf + targetNamespace: default + valuesContent: |- + persistence: + config: + enabled: true + mountPath: /config + audiobooks: + enabled: true + existingClaim: transmission-data + mountPath: /audiobooks + metadata: + enabled: true + mountPath: /metadata
M readmereadme

@@ -35,3 +35,5 @@ • pixelfed: private image hosting

• honk: ActivityPub server (h.icyphox.sh) • garage: object storage service for website and files (icyphox.sh, x.icyphox.sh) • vaultwarden: password manager (pass.koti.lan) +• transmission: torrent client +• audiobookshelf: audiobook server