We 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…
Is this a good choice for a company? These sorts of "hacker" solutions inevitably fall flat because people want a bunch of bells and whistles and don't mind things like never being able to find anything (arguably the single most important feature of a wiki) or being able to integrate their documentation with other systems.
How to setup self hosted wiki for your startup
41–50 of 87 posts
Re: How to setup self hosted wiki for your startup
#42For PHP/Laravel, there is an excellent wiki tool that I have used: https://www.bookstackapp.com/
Re: How to setup self hosted wiki for your startup
#43you’ll need to increase the resources to atleast "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
#44Can 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.
Also, Dokuwiki is nice, if a little dated on the UI side of things.
Re: How to setup self hosted wiki for your startup
#45For PHP/Laravel, there is an excellent wiki tool that I have used: https://www.bookstackapp.com/
Re: How to setup self hosted wiki for your startup
#46Earlier quoted context omitted.
Is this a good choice for a company? These sorts of "hacker" solutions inevitably fall flat because people want a bunch of bells and whistles and don't mind things like never being able to find anything (arguably the single most important feature of a wiki) or being able to integrate their documentation with other systems.
It integrated well with our LDAP server. Its search is great, and everything is plain text so you can do whatever you like. It has a rich text editor but you can also edit plain text.
Re: How to setup self hosted wiki for your startup
#47Why not just use Google Drive or Office 365? You probably have one of them anyway, people know how to use it, and all the access control features are built in. Plus you can easily export all your docs and just put them on an ftp server in the worst case.
Now that Google docs has tabs...
Re: How to setup self hosted wiki for your startup
#48Can 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.
Re: How to setup self hosted wiki for your startup
#49I tried to run Wiki.js in the past but it's really buggy and has a lot of spinners/loading pages for what is supposed to be simple html pages so i've been looking for a good self-hosted alternative since. I 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,…
Re: How to setup self hosted wiki for your startup
#50So I haven't stopped looking for other applications and when I tried BookStack I knew I found my solution: Loads amazingly fast, while running in the simplest environments as it's PHP.
Previously I have also used DokuWiki, which was also simple but I didn't want to write in Markdown, and especially explain it to others.