mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
switch to calibre-web-automated
This commit is contained in:
@@ -24,6 +24,8 @@ spec:
|
||||
env:
|
||||
- name: TZ
|
||||
value: "{{ .Values.globals.timezone }}"
|
||||
- name: NETWORK_SHARE_MODE
|
||||
value: "true"
|
||||
- name: PUID
|
||||
value: "1000"
|
||||
- name: PGID
|
||||
@@ -31,7 +33,7 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: data
|
||||
- mountPath: /books
|
||||
- mountPath: /calibre-library
|
||||
name: books
|
||||
volumes:
|
||||
- name: data
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
image:
|
||||
repository: lscr.io/linuxserver/calibre-web
|
||||
tag: latest@sha256:d3ed33150a025511e97d109e5b755cc69ddfac8cf887941249fc435efc60db62
|
||||
repository: crocodilestick/calibre-web-automated
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
subdomain: calibre-web
|
||||
|
||||
Reference in New Issue
Block a user