diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-09 11:03:44 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-09 11:23:49 +0900 |
| commit | 23e1f94d9bb10208ac8828f18d391425cd328cfc (patch) | |
| tree | e3445667fdf8c53cdf66071fd7a20ff0c331204c /bundles/calibre | |
| parent | 0da6798e8ecb4b07c7f01b9e31b283fe38236509 (diff) | |
calibre: change to books subdomain
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/calibre')
| -rw-r--r-- | bundles/calibre/files/kube.yaml | 2 | ||||
| -rw-r--r-- | bundles/calibre/metadata.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/calibre/files/kube.yaml b/bundles/calibre/files/kube.yaml index b7329f5..28414cc 100644 --- a/bundles/calibre/files/kube.yaml +++ b/bundles/calibre/files/kube.yaml @@ -7,7 +7,7 @@ metadata: traefik.http.routers.calibre.tls: true traefik.http.routers.calibre.tls.certresolver: le traefik.http.routers.calibre.entrypoints: http,https - traefik.http.routers.calibre.rule: Host(`calibre.gzr.im`) + traefik.http.routers.calibre.rule: Host(`books.gzr.im`) traefik.http.routers.calibre.service: calibre traefik.http.services.calibre.loadbalancer.server.port: 8083 spec: diff --git a/bundles/calibre/metadata.py b/bundles/calibre/metadata.py index 552e281..a111295 100644 --- a/bundles/calibre/metadata.py +++ b/bundles/calibre/metadata.py @@ -11,6 +11,6 @@ defaults = { # "calibre": {}, # }, # "go": { - # "calibre": "https://calibre.gzr.im", + # "books": "https://books.gzr.im", # }, } |