From 330fdf8dc7e2266d2d531a013d26c119eb660cf7 Mon Sep 17 00:00:00 2001 From: iris Date: Fri, 5 Jun 2026 18:17:19 +0200 Subject: [PATCH] fix(docs/turn-loop): correct forge.url tea-login description The tea-login oneshot writes ~/.config/tea/config.yml directly via heredoc; it never calls 'tea login add'. Fix the implementation detail. --- docs/turn-loop.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/turn-loop.md b/docs/turn-loop.md index 48348b4a..4d295b82 100644 --- a/docs/turn-loop.md +++ b/docs/turn-loop.md @@ -403,11 +403,11 @@ hyperhive.matrix.url = "http://localhost:8008"; # default ``` **`hyperhive.forge.url`** — base URL of the Forgejo instance. Used by -a one-shot boot unit that runs `tea login add --url --token -$(cat $HYPERHIVE_STATE_DIR/forge-token)`, making `tea` and -`hive-forge` work without an extra auth step. The unit is a no-op -when `forge-token` is absent. Override when the agent should connect -to a Forgejo on a different host or port (e.g. a swarm peer's forge). +a one-shot boot unit (`tea-login`) that writes `~/.config/tea/config.yml` +directly from the agent's `forge-token`, so `tea` and `hive-forge` +work without an interactive auth step. The unit is a no-op when +`forge-token` is absent. Override when the agent should connect to a +Forgejo on a different host or port (e.g. a swarm peer's forge). Validated: must be an `http://` or `https://` URL or the empty string. **`hyperhive.matrix.url`** — homeserver URL used by