commit 68d02db9fe55cce29eee1e22f262ecc11c275032 parent 35da699d617ab5d64e59415336f34e1788746d1b Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sat, 20 Dec 2025 18:36:41 +0100 prep immich Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
4 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/apps/talos_cluster/blog/docker/Dockerfile b/apps/talos_cluster/blog/docker/Dockerfile @@ -71,9 +71,9 @@ RUN wget -q https://downloads.wordpress.org/plugin/redis-cache.2.7.0.zip \ && unzip -q redis-cache.2.7.0.zip -d /var/www/html/wordpress/wp-content/plugins/ \ && rm redis-cache.2.7.0.zip # Install ActivityPub plugin -RUN wget -q https://downloads.wordpress.org/plugin/activitypub.7.7.1.zip \ - && unzip -q activitypub.7.7.1.zip -d /var/www/html/wordpress/wp-content/plugins/ \ - && rm activitypub.7.7.1.zip +RUN wget -q https://downloads.wordpress.org/plugin/activitypub.7.8.1.zip \ + && unzip -q activitypub.7.8.1.zip -d /var/www/html/wordpress/wp-content/plugins/ \ + && rm activitypub.7.8.1.zip # Install Embed Optimizer RUN wget -q https://downloads.wordpress.org/plugin/embed-optimizer.1.0.0-beta2.zip \ && unzip -q embed-optimizer.1.0.0-beta2.zip -d /var/www/html/wordpress/wp-content/plugins/ \ diff --git a/apps/talos_cluster/envoy-gateway/gateway_settings.yaml b/apps/talos_cluster/envoy-gateway/gateway_settings.yaml @@ -365,9 +365,9 @@ spec: certificateRefs: - kind: Secret name: weblate.mtrnord.blog-tls - - name: https-sentry-mtrnord-blog + - name: https-immich-mtrnord-blog protocol: HTTPS - hostname: "sentry.mtrnord.blog" + hostname: "immich.mtrnord.blog" port: 443 allowedRoutes: namespaces: @@ -376,7 +376,7 @@ spec: mode: Terminate certificateRefs: - kind: Secret - name: sentry.mtrnord.blog-tls + name: immich.mtrnord.blog-tls - name: https-mtrnord-blog-root protocol: HTTPS hostname: "mtrnord.blog" diff --git a/apps/talos_cluster/namespaces/immich.yaml b/apps/talos_cluster/namespaces/immich.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: immich diff --git a/apps/talos_cluster/namespaces/kustomization.yaml b/apps/talos_cluster/namespaces/kustomization.yaml @@ -24,4 +24,4 @@ resources: - neoboard.yaml - ci.yaml - weblate.yaml - - sentry.yaml + - immich.yaml