cross-posted from: https://lemmy.nocturnal.garden/post/552459
For a hobby of mine, there’s an outdated lore wiki on Fandom. I dislike Fandom and would like to host an alternative. It’s supposed to be accessible to all kinds of people.
I started with mediawiki as that’s what Fandom and Wikipedia are using, so people would be familiar with page structures at least and maybe the editor.
It turned out to be a bit of a pain though. It only has unofficial container images, the documentation is outdated and (what I consider as) core functionality like WYSIWYG editor or simple infoboxes has to be added by extensions or templates. I’m in the process of setting it all up and wondering if it’s worth it (and if I want to maintain it). There’s so many wiki projects it’s hard to keep track, what are y’all using for stuff that’s used by larger communities and simple to use with close-to-default settings?


Need? No
Want? Yes
I settled on mediawiki myself due to basically how trustworthy mediawiki and mediawiki skins look. I use https://github.com/CanastaWiki/Canasta-DockerCompose myself but the default includes caddy, which I just overrode in the docker compose override. I believe Canasta is mainly driven by someone who works on a wiki farm.
I also know of https://github.com/nasa/meza.
However, I want to repeat my recommendation of miraheze. When I run into an issue or need an extension, I just look at what miraheze does or what people associated with miraheze do. I also believe that due to the nature of mediawiki it’s a better use of resources to have a wiki farm as opposed to many separate instances. If they will host your wiki, I think they’re the best choice.