Fix ports examples and refs
This commit is contained in:
@@ -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. |
|
||||
|
||||
Reference in New Issue
Block a user