Scrub house LAN IP from dream-stack examples - #1
Merged
Conversation
Replace 192.168.100.11 with RFC 5737 TEST-NET-1 (192.0.2.10) or $N2_IP so clones do not inherit the house node2 address. Scripts still read N2_IP / BATON_QWEN from the environment. Co-authored-by: Coinupbtc <coinupbtc@gmail.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.
Hygiene-only. Do not merge until CoS / Coin Up approve.
Replaces every
192.168.100.11house LAN address with safe placeholders. Scripts still readN2_IP/BATON_QWENfrom the environment (and.envwhere they already sourced it).Files touched
env.exampleREADME.md(URL cell only — no hero rewrite)dream-baton.pyrun-tool-eval-69.shrun-prime-then-solo-qwen-69.shscripts/start-roommate.shscripts/status.shscripts/smoke.shscripts/start-baton.shscripts/run-teb.shPlaceholders used
192.0.2.10— RFC 5737 TEST-NET-1, for env defaults andBATON_QWENfallbacks (env.example,dream-baton.py, script${N2_IP:-…}defaults).$N2_IP/${N2_IP}— README glance table and scripts that already composed Qwen URLs from env (includingQWEN_VISION_BACKEND_HOSTandrun-tool-eval-69.shcurls).start-baton.sh—BATON_QWENstill wins when set; otherwisehttp://${N2_IP:-192.0.2.10}:8100/v1.No secrets, no new features, no force-push. Tree grep for
192.168.100.11should be empty after this change.