How to setup self hosted wiki for your startup
themythicalengineer.com
How to setup self hosted wiki for your startup
1–10 of 87 posts
Re: How to setup self hosted wiki for your startup
#2Re: How to setup self hosted wiki for your startup
#3https://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/blog/debug-rootless-podman-mounted...Re: How to setup self hosted wiki for your startup
#4Re: How to setup self hosted wiki for your startup
#5I tend to abuse fossil for it's wiki. Mainly because it is zero fuss to setup. https://fossil-scm.org/home/doc/trunk/www/wikitheory.wiki
That would solve so many problems.
Re: How to setup self hosted wiki for your startup
#6Re: How to setup self hosted wiki for your startup
#7We 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…
Re: How to setup self hosted wiki for your startup
#8I cannot recall why i did not go for wiki.js myself, I tried, but I kept looking. Ended up with https://docmost.com/ and I've been quite happy. It's probably more equal to Notion then Wikipedia, but as a internal knowledge base it seem to be hit the right spot in terms simplicity and features.
I thought it makes a big sense to write documents on PC and then view it elsewhere out there but developers don't seem to care about that usage.
Docmost makes tables completely unreadable on mobile having words wrap at the width of the device, especially when set as full-width which actually makes it even tighter for some odd reason.
Affine doesn't even support mobile at all and the GitHub issue about it is starting to age well.
AppFlowy does it the best of the bunch but it requires an app and it has minimal tablet support having only mobile app view than a native tablet view but at least it's usable having tables actually horizontally scroll as anyone would expect.
Outline isn't any better and a small test showed some weird behavior under mobile.
Re: How to setup self hosted wiki for your startup
#9We 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…
Re: How to setup self hosted wiki for your startup
#10I cannot recall why i did not go for wiki.js myself, I tried, but I kept looking. Ended up with https://docmost.com/ and I've been quite happy. It's probably more equal to Notion then Wikipedia, but as a internal knowledge base it seem to be hit the right spot in terms simplicity and features.
I can't believe at this day, many products don't care about mobile viewing. I thought it makes a big sense to write documents on PC and then view it elsewhere out there but developers don't seem to care about that usage. Docmost makes tables completely unreadable on mobile having words wrap at the width of the device, especially when set as full-width which actually makes it even tighter for some odd reason. Affine d…
Thanks for reporting the mobile table issue. I will have a look at it.
The fullwidth issue on mobile was recently reported. It will be fixed soon.
I appreciate your feedback.