Self-Hosting a lightweight Wiki on Raspberry PI with Cloudflare Tunnel
dev.to·1d·
Discuss: DEV
Flag this post

I’m the developer behind LeafWiki, a lightweight, Markdown-based Wiki that doesn’t require a database. One of our users recently set it up on a Raspberry Pi, connected it to the Internet through Cloudflare Tunnel, and the setup was so clean that I decided to write a short guide about it.

He also published the documentation in the project repository: Install LeafWiki on Raspberry PI

If you’re into self-hosted tools, this might be interesting to you.

Project Installation

To begin, you need to install LeafWiki. Here is the quick install command:

curl -sL https://raw.githubusercontent.com/perber/leafwiki/main/install.sh -o install.sh && chmod +x ./install.sh && sudo ./install.sh --arch arm64

Similar Posts

Loading similar posts...