Fix ports examples and refs

This commit is contained in:
Nathan Trudeau
2026-04-29 09:39:59 -04:00
parent 5e0b11f2cd
commit 9b15d5fed0
2 changed files with 27 additions and 27 deletions

View File

@@ -67,9 +67,9 @@ SSH-forward the port (see *Headless and SSH hosts*) rather than
trying to publish the callback over the network.
`FORGE_GITEA_URL` is the canonical public HTTPS endpoint. Do not append
`:6006`; Pangolin terminates TLS on the public edge and the onboarding
repo, orchestrator clone URL, and global git credential scope all assume
the standard portless form.
any port suffix; Pangolin terminates TLS on the standard public HTTPS
port and the onboarding repo, orchestrator clone URL, and global git
credential scope all assume the portless form.
`.env` is gitignored. OAuth client IDs are public by design; PKCE
requires no client secret.
@@ -213,7 +213,7 @@ with a browser to populate a valid refresh token before running
| --- | --- |
| `just doctor` reports a missing tool | Run the `fix:` command printed beside it. |
| `~/.local/bin` not on `PATH` | Add `export PATH="$HOME/.local/bin:$PATH"` to the shell rc and reopen. |
| `just check-gitea` → connection refused | Verify `FORGE_GITEA_URL`, confirm it is `https://gitea.cvgitea.ddns.net` for production, and do not append `:6006`. |
| `just check-gitea` → connection refused | Verify `FORGE_GITEA_URL`, confirm it is `https://gitea.cvgitea.ddns.net` for production, and do not append any port suffix. |
| `just login` → browser does not open | Run `just login-headless`. |
| `just login` → timed out waiting for OAuth callback | Consent was not completed in the browser; re-run. |
| `just login` → cannot bind `127.0.0.1:38111` | Another `just login` is running; wait or kill it. |