Wiki.js powers the wiki at wiki.danieltmc.com. It is deployed in the Kubernetes cluster and exposed via Traefik ingress.
Pages are authored in Markdown and stored in Git (https://github.com/danieltmc/wiki). Changes to the wiki trigger CI builds that deploy updated content.
Wiki.js supports standard CommonMark Markdown plus some extras:
# H1, ## H2, etc.[text](url) or internal links using /path$math$ and block math```mermaid blocksThe wiki is synced with a GitHub repository. CI/CD details:
master branchUse the admin account stored in Kubernetes secrets. If credentials are lost, reset via the Wiki.js CLI or by updating the secret.