From a15b1ebcc8d255e301df309f93f381251e91f8f3 Mon Sep 17 00:00:00 2001 From: blankie Date: Tue, 9 Jun 2026 01:40:16 +0000 Subject: [PATCH] point repo URLs to Codeberg instead of self-hosted Gitea --- README.md | 8 ++++---- handlers.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 116b4f8..90c10c8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ A personal, decentralized search engine built on the [Reticulum](https://reticul TinyWeb is distributed as source. Clone the repo, then build and run with Docker Compose: ```bash -git clone https://git.derickphan.com/blankie/tinyweb.git +git clone https://codeberg.org/tinyweb/tinyweb.git cd tinyweb docker compose up -d ``` @@ -168,7 +168,7 @@ This connects over Reticulum and serves the remote instance at `http://localhost ## Forum plugin -TinyWeb ships with an optional [tinyweb-forum](https://git.derickphan.com/blankie/tinyweb-forum) plugin — a decentralized link-sharing discussion board that runs in-process alongside TinyWeb. +TinyWeb ships with an optional [tinyweb-forum](https://codeberg.org/tinyweb/tinyweb-forum) plugin — a decentralized link-sharing discussion board that runs in-process alongside TinyWeb. ### Install @@ -189,7 +189,7 @@ Enable it on the `/style` page under "Forum". A "Forum" link will appear in the - Threads are auto-pruned after 30 days (configurable, or set to 0 to keep everything) - Moderation is local: block authors, mute threads, keyword filters, and gossip block lists with peers (auto-block after 3 peer reports) -For full feature docs, see the [tinyweb-forum README](https://git.derickphan.com/blankie/tinyweb-forum). +For full feature docs, see the [tinyweb-forum README](https://codeberg.org/tinyweb/tinyweb-forum). ## Project structure @@ -216,7 +216,7 @@ Other hardening measures: - **XSS escaping** — All user-supplied content is HTML-escaped before rendering - **Bookmark authentication** — The bookmarklet endpoint requires a secret token - **Identity file protection** — The Reticulum identity key is restricted to owner-only permissions (0600) -- **Forum caveats** — See [tinyweb-forum Security](https://git.derickphan.com/blankie/tinyweb-forum#security) for forum-specific risks (voluntary retractions, block gossip manipulation, no rate limiting) +- **Forum caveats** — See [tinyweb-forum Security](https://codeberg.org/tinyweb/tinyweb-forum#security) for forum-specific risks (voluntary retractions, block gossip manipulation, no rate limiting) ## Maintenance diff --git a/handlers.py b/handlers.py index 03b095c..2ece135 100644 --- a/handlers.py +++ b/handlers.py @@ -852,7 +852,7 @@ def handle_style_form(msg=""): f" enable forum (shared URL discussion board)
" f"Share URLs and discuss them with other TinyWeb instances. " f"Requires tinyweb-forum — " - f'more info.

' + f'more info.

' ) else: forum_section = ""