add calibre and audiobookshelf

This commit is contained in:
Grant Hunter
2026-03-21 23:27:12 -06:00
parent c472e3ea48
commit 1378b63e73
8 changed files with 109 additions and 7 deletions

View File

@@ -0,0 +1,26 @@
env:
TZ: America/Edmonton
DOCKER_MODS: linuxserver/mods:universal-calibre
ingress:
main:
enabled: true
hosts:
- host: calibre.incngrnt.ca
paths:
- path: /
tls:
- secretName: calibre-incngrnt-ca-tls
hosts:
- calibre.incngrnt.ca
persistence:
config:
enabled: true
accessMode: ReadWriteOnce
size: 1Mi
storageClassName: ceph-block
books:
enabled: true
accessMode: ReadWriteOnce
size: 1Gi
storageClassName: ceph-block