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....
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....
wikijs comes to mind, it's deploy-able with a single docker command:
docker run -d \
--name=wikijs \
--restart=unless-stopped \
--publish 8080:3000 \
--env "DB_TYPE=sqlite" \
--env "DB_FILEPATH=/wiki/db.sqlite" \
--volume wikijs:/wiki \
--volume wikijs:/wiki/data/content \
ghcr.io/requarks/wiki:2