Has anyone managed to get Lemmy running using Unraid’s docker configuration?

Ive always found the docker part of unraid very clunky for setting up instances outside of the community app plugin. Has anyone managed to get it to work? Did you run into any difficulties?

My current instance is set up on a VPS using the ansible script, but I’d love to move it over to my main server.

  • jon@lemmy.tf
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    1 year ago

    These instructions won’t work in anyone’s unraid box, even if they compile compose from source. Not sure why people think posting random chatGPT’d instructions is remotely useful.

    • LachlanUnchained@lemmyunchained.net
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      5
      ·
      1 year ago

      Like I said. Someone in a chat asked me to do it. Was just sharing it here. I don’t use unraid. Just interested if it has any success.

      (Btw. Gpt4 is excellent for this kind of stuff. Have had multitudes of success, and learnt a heap along the way)

      • jon@lemmy.tf
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 year ago

        Strongly disagree about gpt being excellent for code, it’s extremely confident about the wrong answer most of the time. I’ve found it to be mildly useful as a Stack Overflow alternative (for asking general questions and having it point me in some direction) but it’s code outputs are garbage.

          • jon@lemmy.tf
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            I’ve had access to 4 for several weeks and it’s not really much better. Maybe I’m just asking too much of it though.

            • LachlanUnchained@lemmyunchained.net
              link
              fedilink
              English
              arrow-up
              1
              arrow-down
              1
              ·
              1 year ago

              Generally it will be the user input that causes errors. Like you’re asking the questions the wrong way.

              If you start with trying to debug code, you’ll learn how to utilise it very quickly. It’s an extremely powerful tool.

              Feed it the code. Tell it the behaviour. Tell it the expected behaviour.

              Get it will find the error immediately. For things that would have taken me days to work out previously.