Favicon of WikiDocs

WikiDocs

Build and manage documentation using a lightweight, databaseless flat-file wiki engine. Write entirely in Markdown without complex database setups.

Set up your documentation quickly with a databaseless, flat-file wiki engine. Designed for simplicity, it removes the need for complex database configurations, allowing you to store and manage all your content directly in standard files.\n\nWhether you are building a personal knowledge base, project documentation, or a collaborative team wiki, you can write everything using standard Markdown syntax. This ensures your content remains highly portable, version-control friendly, and easy to read.\n\nKey benefits include:\n* Zero database required: Runs entirely on flat files for simple deployment and backups.\n* Markdown support: Write and format your documentation using familiar, lightweight markup.\n* High portability: Easily move your wiki across servers or sync it via Git without exporting databases.\n* Fast and lightweight: Minimal resource consumption ensures quick page loads and smooth navigation.

Directory Structure

wikidocs
data
datasets
docker-compose.yml
.env

docker-compose.yml

services:
  wikidocs:
    image: zavy86/wikidocs:latest
    container_name: wikidocs
    ports:
      - "8080:80"
    volumes:
      - ./datasets:/var/www/html/datasets
      - ./data:/var/www/html/data
    restart: unless-stopped

.env

# No sensitive environment variables are required for the initial setup.
# Configuration (including admin password) is handled via the web interface
# and stored in the ./data volume.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to WikiDocs

Favicon

 

  
  
Favicon

 

  
  
Favicon