No description
| tinyweb_forum | ||
| .gitignore | ||
| pyproject.toml | ||
| README.md | ||
tinyweb-forum
A decentralized link-sharing forum for TinyWeb. Share URLs and discuss them with other TinyWeb instances over the Reticulum mesh.
Install
pip install tinyweb-forum
Enable the forum in TinyWeb's customize page (/style).
Development
git clone https://github.com/derickfay/tinyweb-forum
pip install -e .
How it works
- Each TinyWeb instance stores forum threads and posts in its own
forum.db - Instances sync content with each other over RNS
- Moderation is per-instance: block instances, mute threads, keyword filters
- No global server, no algorithms, no tracking