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:
parent
20269873bd
commit
330fdf8dc7
1 changed files with 5 additions and 5 deletions
|
|
@ -403,11 +403,11 @@ hyperhive.matrix.url = "http://localhost:8008"; # default
|
||||||
```
|
```
|
||||||
|
|
||||||
**`hyperhive.forge.url`** — base URL of the Forgejo instance. Used by
|
**`hyperhive.forge.url`** — base URL of the Forgejo instance. Used by
|
||||||
a one-shot boot unit that runs `tea login add --url <url> --token
|
a one-shot boot unit (`tea-login`) that writes `~/.config/tea/config.yml`
|
||||||
$(cat $HYPERHIVE_STATE_DIR/forge-token)`, making `tea` and
|
directly from the agent's `forge-token`, so `tea` and `hive-forge`
|
||||||
`hive-forge` work without an extra auth step. The unit is a no-op
|
work without an interactive auth step. The unit is a no-op when
|
||||||
when `forge-token` is absent. Override when the agent should connect
|
`forge-token` is absent. Override when the agent should connect to a
|
||||||
to a Forgejo on a different host or port (e.g. a swarm peer's forge).
|
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.
|
Validated: must be an `http://` or `https://` URL or the empty string.
|
||||||
|
|
||||||
**`hyperhive.matrix.url`** — homeserver URL used by
|
**`hyperhive.matrix.url`** — homeserver URL used by
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue