Between 19:45 UTC and 19:50 UTC, there was a mistake in how information was stored temporarily (cached) on Beehaw. This mistake could have allowed some people to see and use other people’s accounts without permission.

If you were using the website during that time, please check that your account settings and email address are still correct. Also, make sure that any posts or actions you made during that time are still connected to your account.

It’s important to note that we don’t have any proof that this error was actually used by anyone to do anything bad during the short time it happened.

  • PenguinCoderOPM
    link
    fedilink
    English
    141 year ago

    Was a result of too much fiddling. Attempting to gain even better performance from a bottleneck issue due to recent user influx. It was not an error in the Lemmy instance or Lemmy-UI but rather the web server front-end misconfiguration.

    • @karce@beehaw.org
      link
      fedilink
      English
      6
      edit-2
      1 year ago

      Thanks for working through these issues and improving performance of the website! Very appreciated. I’ve been tempted recently to create my own Lemmy instance, was this a problem with an nginx configuration option? How much does Beehaw deviate from a standard Lemmy deployment?

      Feel free to answer vaguely if you don’t feel comfortable with giving away the details : )

      • Helix 🧬
        link
        fedilink
        English
        61 year ago

        was this a problem with an nginx configuration option?

        Basically, this was proxy_cache_key being configured incorrectly. If you don’t use the proxy_cache you should be fine.

        The only thing we changed from the norm is ulimits and some nginx settings. If we figure out what works well, we’ll probably create a post about how to host lemmy. If you stick to the defaults, you’ll be mostly fine if your instance isn’t as big as Beehaw’s.

        • @karce@beehaw.org
          link
          fedilink
          English
          31 year ago

          Awesome! Thanks for the response. I’d love a post sometime on hosting Lemmy. I’d find it very interesting and useful!

        • @nutomicA
          link
          English
          11 year ago

          Im also considering to setup nginx caching for lemmy.ml. Did you find a configuration which works?

      • PenguinCoderOPM
        link
        fedilink
        English
        31 year ago

        Yes.

        Deviation is pretty minimal, related to configuration and customization.