No description
Find a file
2026-06-04 08:23:51 +00:00
tinyweb_forum initial: decentralized link-sharing forum for TinyWeb 2026-06-04 08:23:51 +00:00
.gitignore initial: decentralized link-sharing forum for TinyWeb 2026-06-04 08:23:51 +00:00
pyproject.toml initial: decentralized link-sharing forum for TinyWeb 2026-06-04 08:23:51 +00:00
README.md initial: decentralized link-sharing forum for TinyWeb 2026-06-04 08:23:51 +00:00

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