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
    link
    fedilink
    English
    91 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

    • RuudOPMA
      link
      English
      91 year ago

      Well if they can create a docker image out of it, you should be able to install it on a VM… but I run it in Docker because it makes everything so easy manageable…

    • @[email protected]
      link
      fedilink
      English
      9
      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.

      • animist
        link
        fedilink
        English
        21 year ago

        Awesome!!! Gonna work on it this weekend. Thank you!

      • Antik 👾
        link
        English
        01 year ago

        Interesting, thanks for posting

      • @[email protected]
        link
        fedilink
        English
        6
        edit-2
        1 year ago

        Note that this is just basically a script to deploy lemmy on a remote server. And it uses docker. It just does it for you. (Mostly)

        • Antik 👾
          link
          English
          41 year ago

          Oh, oof. Didn’t look into it much further as the docker solution would have suited me best also. Thanks for the heads-up