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.
This commit is contained in:
iris 2026-06-05 18:17:19 +02:00 committed by mara
commit 330fdf8dc7

View file

@ -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 <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