Wiki-Go
Self-HostedLightweight, self-hosted wiki built with Go
Overview
Wiki-Go is a fast, open-source wiki engine written in Go, focused on simplicity and performance. It supports Markdown for content creation, page version control, file attachments, and built-in search. Deployment is hassle-free: a single binary with no external dependencies, runnable on any server or Raspberry Pi. It includes a web-based editor, customizable themes, and privacy-focused design—ideal for teams or individuals needing a minimal, bloat-free wiki without sacrificing core functionality.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
wiki_go:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: wiki-go
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Markdown content editing
- Single binary deployment
- Page version control
- Built-in search
- File attachments
Frequently Asked Questions
? Is Wiki-Go hard to install?
No—Wiki-Go uses a single binary with no dependencies. Download the binary for your OS, run it, and access the wiki via your browser. Docker deployment is also supported for containerized setups.
? Is it a good alternative to Confluence?
Yes for lightweight needs. It lacks Confluence’s enterprise tools but offers speed, simplicity, and privacy—perfect for small teams or personal use.
? Is it completely free?
Yes! Wiki-Go is open-source under the MIT License, so you can use, modify, and distribute it without cost or subscriptions.
Top Alternatives
People Also Ask about Wiki-Go
Tool Info
Pros
- ⊕ Privacy-focused (self-hosted)
- ⊕ No external dependencies
- ⊕ Fast performance (Go-based)
- ⊕ Easy setup
Cons
- ⊖ Limited enterprise features
- ⊖ Smaller community support
- ⊖ Basic theme customization