commit b4d3627f7a1653a1b48c495216de641f550cb3a3 parent cdf0973d005891e982650fda14eeb787e042fa03 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Fri, 5 Dec 2025 15:28:01 +0100 fix types Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/weblate/release.yaml | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/talos_cluster/weblate/release.yaml b/apps/talos_cluster/weblate/release.yaml @@ -26,9 +26,9 @@ spec: serverEmail: support@midnightthoughts.space defaultFromEmail: support@midnightthoughts.space extraConfig: - WEBLATE_IP_PROXY_HEADER: HTTP_X_FORWARDED_FOR - WEBLATE_SECURE_PROXY_SSL_HEADER: HTTP_X_FORWARDED_PROTO,https - WEBLATE_ENABLE_HTTPS: 1 + WEBLATE_IP_PROXY_HEADER: "HTTP_X_FORWARDED_FOR" + WEBLATE_SECURE_PROXY_SSL_HEADER: "HTTP_X_FORWARDED_PROTO,https" + WEBLATE_ENABLE_HTTPS: "1" persistence: enabled: true storageClass: longhorn