diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-12 23:30:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-12 23:30:35 +0300 |
| commit | 96e7a74a96b05f1657cc6c6d879c0aecf1492fc4 (patch) | |
| tree | 04813d23d1fd89614434d46279e9c81bf4b693aa | |
| parent | 206ec679241d46823566382958b335ebdf711317 (diff) | |
add trusted origin
| -rw-r--r-- | f3s/linkding/helm-chart/templates/deployment.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
