I’d like to replace Nextcloud Collectives and Gitea as my personal Wiki system. I currently use Gitea for everything code-related, and Nextcloud’s Collectives plugin for everything else.
Gitea works fine for the code-specific wikis, but not so much for general purpose non-code-specific data. Collectives like a lot of the Nextcloud pluigins has a pretty crappy UI, especially on mobile.
Does anybody know of a good self-hosted system that has a good interface on desk and mobile?
I’ve considered using mkDocs which will take any file you provide in markdown and turn it into a navigable wiki, i believe it even supports search. but I’ve not deployed it at work due to other more urgent things requiring my attention.