Post

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.

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/leafwiki.sh)"
CPU: 1 cores RAM: 512 MB Disk: 4 GB OS: Debian 13

Default Credentials

UsernamePassword
adminauto-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.

Web Interface

Port: 8080

Source code
Loading...