Anyone running Lemmy using Unraid?

das@lemellem.dasonic.xyz to Selfhosted@lemmy.world – 33 points –

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.

14

You are viewing a single comment

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)

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.

Gtp3. Yes. Gpt4. No.

Coding. Excellent.

Troubleshooting, error finding, even better.

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.

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.