Maintained by Thijmen Heuvelink

Wiki.js is a wiki engine running on Node.js and written in JavaScript.

Run it with Docker

docker run -d \
  --name=wiki \
  --restart unless-stopped \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/Amsterdam \
  -p 8080:3000 \
  -v /root/env/wiki/config:/config \
  -v /root/env/wiki/data:/data \
  --restart unless-stopped \
  lscr.io/linuxserver/wikijs:latest

This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience. mail@thijmenheuvelink.nl - all rights reserved