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?

Update

Thanks for all the opinions. I tried both Wiki.js and DokuWiki and I found that both can save data as .md files. I think I’ll go with Wiki.js for now.

  • smpl@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    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.