Files
docs-public/projects/wikijs/index.md
wompmacho 56c4f853c0
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m11s
add tags to projects
2026-04-03 08:18:05 +00:00

25 lines
775 B
Markdown

---
title: wikijs
description: markdown ui / based wiki platform
showHero: false
author: wompmacho
date: '2025-02-04'
lastmod: '2025-02-04'
tags: ['wiki', 'documentation', 'self-hosted']
---
## What is wikijs?
Wiki.js is a powerful, modern, and open-source wiki application built on Node.js. It is designed to be the central knowledge base for your home lab or professional projects, replacing traditional, clunky wiki platforms with a sleek, intuitive interface.
I like it because of the useful Markdown editor that lets you nicely organize
links, code etc. I can also backup the database to my NAS in nice MD files, so
nothing gets lost if something is corrupted.
## Docker Compose Example
```yaml
{{% include "/srv/configs/docker_compose/wikijs/wikijs.yaml" %}}
```