charts: add audiobookshelf
Anirudh Oppiliappan x@icyphox.sh
Thu, 01 Aug 2024 15:20:39 +0300
2 files changed,
22 insertions(+),
0 deletions(-)
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
readme
→
readme
@@ -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