LeafWiki
LeafWiki is a self-hosted wiki built as a single Go binary with SQLite and Markdown stored on disk. No Node.js, no Redis, no Postgres — just a binary and a data directory.
LeafWiki
In Development
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/leafwiki.sh)"
Default Credentials
| Username | Password |
|---|---|
admin | auto-generated |
Configuration
Config file:
1
/etc/leafwiki/.env
Notes
Admin password is stored in /etc/leafwiki/.env.
Wiki data and Markdown files are stored in /opt/leafwiki/data.