Favicon of Wiki.js

Wiki.js

Manage team documentation using a fast, open-source platform. Enjoy multiple editors, version tracking, granular permissions, and seamless cloud backups.

Make documentation a joy to write with a highly performant, open-source platform designed for modern teams. Running on a fast Node.js engine, this solution intelligently scales from small devices to high-performance cloud environments. You can fully customize the appearance, choose between light and dark modes, and protect your content with granular access controls.

Enjoy a wide range of on-demand modules tailored to your specific needs:

  • Multiple Editors: Choose from Markdown with live preview, a visual WYSIWYG builder, or plain HTML.
  • Robust Authentication: Integrate with local, social, or enterprise authentication services, complete with two-factor authentication.
  • Version Tracking: Visually compare edits, revert to previous states, and keep a complete history of modifications.
  • Global Reach: Translate content into over 40 languages with native right-to-left support.
  • Seamless Backups: Synchronize data to Git or major cloud storage providers.

Directory Structure

wiki-js
db-data
.env
docker-compose.yml

docker-compose.yml

services:
  db:
    image: postgres:15-alpine
    environment:
      POSTGRES_DB: wiki
      POSTGRES_PASSWORD: ${DB_PASS}
      POSTGRES_USER: wikijs
    logging:
      driver: "none"
    restart: unless-stopped
    volumes:
      - ./db-data:/var/lib/postgresql/data

  wiki:
    image: requarks/wiki:2
    depends_on:
      - db
    environment:
      DB_TYPE: postgres
      DB_HOST: db
      DB_PORT: 5432
      DB_USER: wikijs
      DB_PASS: ${DB_PASS}
      DB_NAME: wiki
    restart: unless-stopped
    ports:
      - "3000:3000"

.env

DB_PASS=wikijsrocks
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Wiki.js

Favicon

 

  
  
Favicon

 

  
  
Favicon