Create and maintain documentation with a minimalistic wiki powered by Python, Markdown, and Git. This lightweight platform provides a clean, distraction-free environment for writing and organizing information, complete with built-in dark mode and extensive customization options.
Enjoy a rich editing experience using the advanced Markdown editor, which supports extended syntax like tables, footnotes, formulas, and Mermaid diagrams. You can easily upload and attach files or paste images directly into your pages. Keep your data safe and track every modification with Git-backed version control, allowing you to compare revisions and revert changes whenever necessary.
Key features include:
This open-source solution offers the flexibility needed to keep your documentation organized.
services:
otterwiki:
image: redimp/otterwiki:2
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./app-data:/app-data# No sensitive environment variables are required for the default installation.
# Configuration and secrets are automatically generated and stored in the ./app-data volume.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago