Looking for a Markdown-based wiki
I'm looking for a wiki solution (either remotely hosted or self-hosted is fine) that takes Markdown input.
Thanks.
You are viewing a single comment
I'm looking for a wiki solution (either remotely hosted or self-hosted is fine) that takes Markdown input.
Thanks.
wikijs comes to mind, it's deploy-able with a single docker command:
@Smash @firebreathingbunny I'm also quiet happy with wikijs, it has some nice features like git integration and oidc support that I'm using.
I also self-host WikiJS and am quite happy with it. FYI though if you're setting it up I'd instead configure it to use Postgres as the database, as I recall reading that they're planning on removing SQLite support at some point. Unfortunately though that does mean you lose a one-liner like this.
Okay, thanks for the heads up! I don't actively use wikijs yet, I'll setup a stack using postgres when I do