I’m trying to fix this annoying slowness when posting to larger communities. (Just try replying here…) I’ll be doing some restarts of the docker stack and nginx.

Sorry for the inconvenience.

Edit: Well I’ve changed the nginx from running in a docker container to running on the host, but that hasn’t solved the posting slowness…

  • animist@lemmy.one
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Since I have you here, if I start my own instance do I absolutely have to use docker? I’ve never had good experiences with it and would rather just install programs the old-fashioned way

    • sunaurus@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      Docker is not necessary, lemm.ee for example is running without docker!

      Here is documentation for setting it up: https://join-lemmy.org/docs/en/administration/from_scratch.html

      Of course you can fully adapt it to your own use case. The Lemmy backend is a single binary, you don’t even need to build it on the same machine which will run it. There’s no hard requirement to use nginx or anything like that either - if you understand what this guide is doing, you can replace all the unimportant parts as needed.