docs: add Coder SSH-tunnel guide for reaching adk web - #194
Merged
Conversation
Participants on Coder cannot open localhost:8000 on their laptop until they forward the workspace port; this companion guide (macOS/Windows/Linux) and the Coder/adk-web call sites now point them there. Co-authored-by: Cursor <cursoragent@cursor.com>
Notebook edits on this PR trigger the full pre-commit suite. Format the energy analyst agent to match current ruff, and ignore PLR0917 in archived playground notebooks so Coder-guide CI is not blocked by unrelated lint. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
adk webrunning inside a Coder workspace (macOS / Windows / Linux, includingcoder port-forwardas the simple path).localhost:8000/adk webcall sites.Test plan
guides/05-access-adk-web-via-ssh-tunnel.mdand walk the steps from a laptop against a running Coder workspace (uv run adk web …still up in the workspace terminal).coder port-forward <name> --tcp 8000:8000) serves http://localhost:8000.coder.<dashboard-name>, port-forward takes the dashboard name with no prefix.guides/README.mdrow 5, getting-started README / concierge notebook, energy notebooks 05–06, and the atlas §06 chooser row.Made with Cursor