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
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/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.