I am trying to set up a repository of knowledge for my job. Was thinking a wiki, but I need something that I can make as simple as possible for the end user, as some of them are not familiar with markdown or html. Is there a self hosted option that is dumb easy simple to navigate and edit for the end user?
WikiJS is pretty simple and the solution I settled for after testing multiple options. Other examples can be found here: awesome-selfhosted
bear@slrpnk.net 11 months ago
I chose Bookstack for the same situation. It’s dead simple in usage and maintenance. No issues yet!
snekerpimp@lemmy.world 11 months ago
Tried bookstack first, but setting it up with docker was giving me issues and didn’t want to try bare metal/VM yet. It’s on my list to fiddle with though, thank you.
Concave1142@lemmy.world 11 months ago
Here you go, this is my docker compose. You can modify the pieces as you see fit.
version: ‘3’ services:
Bookstack