Can highly recommend outline ( https://www.getoutline.com/ ). You can self-host or opt for the hosted version. Built and maintained by one of the linear devs.
How to setup self hosted wiki for your startup
21–30 of 87 posts
Re: How to setup self hosted wiki for your startup
#22"Atleast" isn't a word.
I looked at wiki.js and I don't understand why you wouldn't just install Mediawiki. It only takes a few minutes and wiki.js doesn't look any more sophisticated at a glance.
Re: How to setup self hosted wiki for your startup
#23Re: How to setup self hosted wiki for your startup
#24https://wiki.gnoack.org/UkuleleWeb
It takes very little resources on my Raspberry Pi and is built to be extensible and safe through its transparent way of storing wiki pages as markdown files.
Re: How to setup self hosted wiki for your startup
#25Re: How to setup self hosted wiki for your startup
#26Re: How to setup self hosted wiki for your startup
#27Re: How to setup self hosted wiki for your startup
#28I love how there are so many options in the HN comments, and some of them look really good as well, however I still struggle to believe that none of them are self-contained. All of them require a a redis container, a postgres container, a frontend proxy etc.. for a simple wiki? can't the wiki run it's own redis-cache internally, maybe run with sqlite? Have all the oauth/proxy stuff optional?
In the meantime i've been running with mkdocs but since it's a site generator but it's not really user friendly as you need to redeploy to see changes, etc..
Re: How to setup self hosted wiki for your startup
#29Re: How to setup self hosted wiki for your startup
#30We used Dokuwiki in a similar situation. It's been a few years since I last used it (new client uses confluence) but I remember it was super easy to connect external tools. If your script can output text, Dokuwiki can display it :) https://www.dokuwiki.org/dokuwiki EDIT: I decided to try dokuwiki in Podman, works nicely as long as you run: podman unshare chown 1000:1000 /path/to/wiki/data https://www.redhat.com/en/bl…