Skip to content

Commit

Permalink
fix(gotosocial): don't rate limit myself
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Sep 30, 2024
1 parent f517cee commit 9dcf1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kube/deploy/apps/gotosocial/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9dcf1d2

Please sign in to comment.