Warning banner with default deployment #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I looked at the config, and it contains an
trusted-proxiesentry that has an IP range covering this address; I wonder if this is a false error or something else needs to be done.I added an
advanced-rate-limit-exceptionskey to the config and it seems to have resolved it. Dunno if that's a good way to fix it.yeah I ran into this issue a number of times, setting
trusted-proxieswas my best attempt but seems like it doesn't work on the most recent version. Looking at the documentation it seems likeadvanced-rate-limit-exceptionsexists for this purpose(?) I'm fine with this fix personally unless there is something big I'm missing.ah only saw this after I sent my first comment, will look into this later.
I deleted this comment - this was a user error on my part for not specifying --config-file when using ./gotosocial
I have made a branch that makes that change, i'm testing it out on a few instances.
Thanks!
How's testing? @cas
As far as I can tell things are working great with the change. It seems like the downsides might be slightly invisible though, if this is part of anti-spam or federation control stuff. I don't know enough about those to test them.
pr #7 with fix
Fix has been merged!