Rewrite onboarding prose to a neutral voice
This commit is contained in:
@@ -55,7 +55,7 @@ edit is `FORGE_GITEA_USERNAME`. Defaults:
|
||||
|
||||
**`FSDGG_CLI_REDIRECT_URI` is not the Gitea URL.** The Gitea server is
|
||||
at `FORGE_GITEA_URL` (remote, HTTPS). The redirect URI is the local
|
||||
loopback HTTP listener the CLI binds on *your* machine so Gitea can
|
||||
loopback HTTP listener the CLI binds on the local machine so Gitea can
|
||||
hand back the OAuth authorisation code; OAuth 2.0 for Native Apps
|
||||
(RFC 8252 §7.3) prohibits any non-loopback / non-HTTP scheme here,
|
||||
and no public CA will issue a cert for `127.0.0.1` so HTTPS on
|
||||
@@ -217,7 +217,7 @@ with a browser to populate a valid refresh token before running
|
||||
| Git prompts for a password on pull/push | Refresh token expired. Run `just relogin`. |
|
||||
| `just status` shows `live: False` | Run `just refresh`; also happens automatically on the next git op. |
|
||||
| `just clone-orchestrator` prints `already cloned` | Intended; idempotent. |
|
||||
| Want a clean slate | `just uninstall`. |
|
||||
| Reset local state | `just uninstall`. |
|
||||
|
||||
## Security properties
|
||||
|
||||
|
||||
Reference in New Issue
Block a user