From ddaabfaa1f276de6b3be5b984b7a04e9eddb53db Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sun, 24 Aug 2025 18:57:54 +0530 Subject: [PATCH] change url --- cluster/apps/paperless-ngx/paperless-ngx.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/paperless-ngx/paperless-ngx.yml b/cluster/apps/paperless-ngx/paperless-ngx.yml index 95fd67c..59ee07d 100644 --- a/cluster/apps/paperless-ngx/paperless-ngx.yml +++ b/cluster/apps/paperless-ngx/paperless-ngx.yml @@ -34,11 +34,11 @@ spec: - name: PAPERLESS_REDIS value: "redis://localhost:6379" - name: PAPERLESS_URL - value: "https://ngx.akshun-lab.uk" + value: "https://ngx.akshun-lab.cc" - name: PAPERLESS_CSRF_TRUSTED_ORIGINS - value: "https://*.akshun-lab.uk" + value: "https://*.akshun-lab.cc" - name: PAPERLESS_CORS_ALLOWED_HOSTS - value: "https://ngx.akshun-lab.uk" + value: "https://ngx.akshun-lab.cc" - name: PAPERLESS_TIME_ZONE value: "Asia/Kolkata" volumeMounts: