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?

  • dan@upvote.au
    link
    fedilink
    arrow-up
    4
    ·
    3 hours ago

    Mediawiki does have a WYSIWYG editor, but it’s a separate extension: https://www.mediawiki.org/wiki/Extension:VisualEditor

    The benefit of Mediawiki is that anyone that’s edited Wikipedia before will know how to use it. It’s a pretty heavy piece of software though, and the learning curve is relatively high if you’ve never hosted it before.

    I used Dokuwiki at my previous job, maybe 15 years ago. It worked well. It doesn’t need a database as it stores all wiki pages as plain text files on disk. I don’t know if it has a WYSIWYG editor though. I’ve never used it on a public-facing site so I’m not sure how authentication works (at my previous job, we hooked it up to Active Directory for auth).

    BookStack and wiki.js are two newer ones that have good reviews, but I don’t have any experience with them.

    • tofuOP
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      I installed that editor, but that’s the point, I’m looking for something where I didn’t have to puzzle too many extensions together.

      I’ll probably give DokuWiki another try. Bookstack is not what I’m looking for, but maybe I’ll have a look at wiki.js!

    • tofuOP
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      I used to host DokuWiki at some point but I inherited it and never really got into it. Maybe I should give it another try. It was also a native install and I found the updating mechanism to be annoying, but that should be solved with containers.

      I’m using Bookstack as well to document my private stuff but it’s not what I’m looking for.

    • tofuOP
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      Great reason! On first glance it seems to be a bit too minimalist I think.