From 96e7a74a96b05f1657cc6c6d879c0aecf1492fc4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 12 Aug 2025 23:30:35 +0300 Subject: add trusted origin --- f3s/linkding/helm-chart/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'f3s') diff --git a/f3s/linkding/helm-chart/templates/deployment.yaml b/f3s/linkding/helm-chart/templates/deployment.yaml index 5c70891..87685f2 100644 --- a/f3s/linkding/helm-chart/templates/deployment.yaml +++ b/f3s/linkding/helm-chart/templates/deployment.yaml @@ -18,6 +18,9 @@ spec: image: sissbruecker/linkding:latest ports: - containerPort: 9090 + env: + - name: LD_CSRF_TRUSTED_ORIGINS + value: "https://linkding.f3s.buetow.org" volumeMounts: - name: linkding-data mountPath: /etc/linkding/data -- cgit v1.2.3