Mycorrhiza Wiki
Self-HostedOpen-source, file-based wiki engine with Markdown and backlinks
Overview
Mycorrhiza Wiki is a lightweight, self-hosted wiki engine that stores content as plain Markdown files—no databases needed. It supports backlinks, tags, and custom CSS for styling, making it ideal for personal knowledge bases or small teams. Deployment is simple: run as a single binary (no dependencies) on Linux, macOS, or Windows, or use Docker. Integrates with Git for version control, allowing collaborative edits via Git workflows. Backups are easy since files are plain text, and it prioritizes speed and minimalism over complex enterprise features.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
mycorrhiza_wiki:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: mycorrhiza-wiki
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- File-based storage (no database)
- Markdown support with backlinks
- Single binary deployment
- Git integration for version control
- Custom CSS styling
Frequently Asked Questions
? Is Mycorrhiza Wiki hard to install?
No—Mycorrhiza runs as a single binary with no dependencies. Download the binary for your OS, configure a storage path, and run it. Docker images are also available for containerized deployment.
? Is it a good alternative to Confluence?
It’s a great alternative for users wanting simplicity and control. Unlike Confluence, it’s file-based and lightweight, but lacks advanced collaboration tools like real-time editing or enterprise-grade permissions.
? Is it completely free?
Yes—Mycorrhiza Wiki is open-source under the MIT License, so it’s free to use, modify, and self-host without any cost.
Top Alternatives
People Also Ask about Mycorrhiza Wiki
Tool Info
Pros
- ⊕ Minimal and fast
- ⊕ Easy to backup (plain files)
- ⊕ No subscription fees
- ⊕ Simple deployment
Cons
- ⊖ No built-in WYSIWYG editor
- ⊖ Limited enterprise features
- ⊖ Requires Git knowledge for collaboration