Discover a lightweight, file-based wiki designed for absolute simplicity and ease of use. By storing data directly in files rather than a complex database, this tool ensures your documents remain highly accessible, easily readable from any terminal, and simple to export. Everything is written in Markdown, allowing you to format text quickly and efficiently. Key benefits include: Git version control to track changes and manage revisions securely. Comprehensive Markdown support with math and LaTeX rendering for technical documentation. Code highlighting and a CodeMirror editor for a smooth writing experience. Knowledge graph integration to visualize connections between your notes. Image support with sizing and referencing capabilities. Dark theme for comfortable reading and writing. Basic password protection to keep your files secure. Enjoy a straightforward approach to knowledge management that converts your markdown files into clean HTML for seamless browser viewing.
services:
wikmd:
image: linbreux/wikmd:latest
container_name: wikmd
ports:
- "5000:5000"
volumes:
- ./data:/wiki
restart: unless-stopped# No sensitive environment variables are required for the default configuration.
# If you configure external integrations (like Git sync) in the app, add secrets here.Auto-fetched about 19 hours ago
Auto-fetched about 19 hours ago