Skip Navigation
25 comments
  • I did a similar inquiry a few months ago. I tried DocuWiki and Wiki.js. Ended up with Wiki.js. It's very easy to setup with docker-compose. Everything is stored in Postgres but it also exports to the local filesystem in Markdown. Its advanced built-in search is pretty good.

  • I really like WikiJS but its development is stuck for a long time now. No v3 in sight.... Sadly

    I am using latest v2 for now, but I am looking for alternatives. Pro for WikiJS: S3 Backend, easy to use, WYSIWYG-Editor

    Outline is a hell to selfhost, even if it starts, login via Email / Password is not enabled by default. You need to login with Github or similar... Never again

    This is my experience with wikis so far.

  • I previously used WikiJS, but since about a year ago I switched to Grav.

    The really nice thing is not having an additional database anymore. It's really just markdown pages, config files and php plugins.

    By default it looks like a blogging platform, but with the learn2 theme it also works pretty well as a documentation website. The official docs are written using that theme.

    I wasn't completely happy with the defaults though so I did some modifications for my own wiki. Some limited knowledge in HTML, CSS is required and PHP or Javascript don't hurt either.

    You can find the theme, plugins and pages in my repo as well if you'd want to use any of it.

  • Honestly, for personal use I just switched to straight Markdown that I edit with Vim (w/ Vimwiki plugin) or Markor on Android and synchronize with Syncthing. Simple, low effort, portable, does enough of what I need to get the job done.

    And if I wanna publish a read-only copy online I can always use an SSG.

25 comments