From 9dcf1d200bada5e6f673d8958a7b61c4149e8a0a Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 30 Sep 2024 08:51:37 +0800 Subject: [PATCH] fix(gotosocial): don't rate limit myself --- kube/deploy/apps/gotosocial/app/hr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kube/deploy/apps/gotosocial/app/hr.yaml b/kube/deploy/apps/gotosocial/app/hr.yaml index aef5612879..94a387275d 100644 --- a/kube/deploy/apps/gotosocial/app/hr.yaml +++ b/kube/deploy/apps/gotosocial/app/hr.yaml @@ -44,6 +44,7 @@ spec: GTS_PROTOCOL: "https" # not HTTP server listen mode, but used for generating URLs etc GTS_PORT: "8080" GTS_TRUSTED_PROXIES: "${IP_POD_CIDR_V4}" + GTS_ADVANCED_RATE_LIMIT_EXCEPTIONS: "${IP_JJ_V4}" GTS_ACCOUNTS_REGISTRATION_OPEN: "false" GTS_METRICS_ENABLED: "true" GTS_OIDC_ENABLED: "true"