From a880e72d10a3c8bd0bd41f1076f1e46ac71136a9 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Mon, 24 Nov 2025 12:30:30 +1100 Subject: [PATCH] Update sign in to pocket id --- manifest-template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest-template.yaml b/manifest-template.yaml index 8c4f897..9795f76 100644 --- a/manifest-template.yaml +++ b/manifest-template.yaml @@ -220,8 +220,8 @@ metadata: nginx.ingress.kubernetes.io/proxy-read-timeout: "600" nginx.ingress.kubernetes.io/proxy-send-timeout: "600" # Optional: Enable authentication - nginx.ingress.kubernetes.io/auth-url: "https://pass.junv.cc/auth" - nginx.ingress.kubernetes.io/auth-signin: "https://pass.junv.cc/?redirect=https%3A%2F%2F$host$request_uri" + nginx.ingress.kubernetes.io/auth-url: "https://pass.junv.cc/oauth2/auth" + nginx.ingress.kubernetes.io/auth-signin: "https://pass.junv.cc/oauth2/start?rd=$escaped_request_uri" spec: ingressClassName: nginx tls: