From 23e1f94d9bb10208ac8828f18d391425cd328cfc Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 9 Apr 2026 11:03:44 +0900 Subject: calibre: change to books subdomain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/authelia/files/configuration_oidc.yml | 2 +- bundles/calibre/files/kube.yaml | 2 +- bundles/calibre/metadata.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/authelia/files/configuration_oidc.yml b/bundles/authelia/files/configuration_oidc.yml index 9b41b02..43c18c4 100644 --- a/bundles/authelia/files/configuration_oidc.yml +++ b/bundles/authelia/files/configuration_oidc.yml @@ -54,4 +54,4 @@ identity_providers: authorization_policy: one_factor token_endpoint_auth_method: client_secret_basic redirect_uris: - - https://calibre.gzr.im/login/generic/authorized + - https://books.gzr.im/login/generic/authorized 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", # }, } -- cgit 1.4.1