Hi all. It took a while for me to get to it, but I have just completed rehoming fedia.io from containers back to a bare metal install. This should fix the issue with federation stopping. I’ll keep an eye on it, though.

  • jerry@fedia.ioOPM
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    With any luck, this will take care of the 429 errors too. I actually didn’t realize that was happening until I read the thread you linked to above.

    • bmzero3@kbin.asdfzdfj.xyz
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      this is still somewhat speculative but if you’re running this behind a proxy, you might want to configure either nginx realip module or equivalent, or this: https://symfony.com/doc/current/deployment/proxies.html so it could see and work with real user ip, if you haven’t done so already (only do one of them, not both)

      currently suspecting that this is the big part on why it hit 429 rate limit when it shouldn’t be: the rate limiter probably only sees the proxy address, not the users, and so it ended up rate limiting the entire proxy instead of individual clients/users

      • jerry@fedia.ioOPM
        link
        fedilink
        arrow-up
        0
        ·
        5 months ago

        Thank you for this. It is behind nginx, so I’ll likely have to do this