I saw a mention of Wiki.js today and I looked at the landscape of wiki software. There’s plenty to choose from. What do you host?
I saw a mention of Wiki.js today and I looked at the landscape of wiki software. There’s plenty to choose from. What do you host?
I use gitit from the Debian repositories. It’s a simple server application without a database and it uses git and pandoc. I just run
gitit -f somewiki.conf
and access it in the browser. As formatting you can use what pandoc supports, but I’ve chosen reStructuredText. DokuWiki mentioned by others in the thread is also a good option.