Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Please don't post about US Politics. If you need to do this, try !politicaldiscussion@lemmy.world
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com.
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
view the rest of the comments
The selfhosted community is a bit more active, but also very few admins actually use exactly the provided Ansible stuff, if at all. My distro isn't even supported by it, mine's just a hand written podman-compose. All of the bigger instances are running in the cloud, Kubernetes or otherwise. Some people don't use Docker at all. There's AUR packages for ArchLinux to run it directly.
As a result, each problem one might encounter is different and often they run into different types of problems, none of which are about how to get the new Lemmy version running but rather tweaking and cleaning up the database, moving pict-rs to object storage, etc.
You should go learn Ansible and Docker and actually understand what it does and how to customize it for your own needs. There won't always be someone around to spoonfeed you the answers. Ansible on its own is already made to be super simple so that any random sysadmin can pick it up with zero programming knowledge.