[self-hosted] Remove extra proxy domain from getting started#5573
[self-hosted] Remove extra proxy domain from getting started#5573
Conversation
📝 WalkthroughWalkthroughThis PR removes the interactive proxy domain input flow and simplifies proxy domain handling by consolidating all references to use NETBIRD_DOMAIN instead of the separate PROXY_DOMAIN variable. The read_proxy_domain function and related prompts are removed from the setup script. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@infrastructure_files/getting-started.sh`:
- Line 774: The change makes NB_PROXY_DOMAIN equal NETBIRD_DOMAIN, which alters
the public proxy base and breaks existing docs/UI expectations; restore a
dedicated proxy base by reverting the assignment so NB_PROXY_DOMAIN remains a
separate configurable value (restore the previous default or use a dedicated
variable like PROXY_DOMAIN) instead of pointing it to NETBIRD_DOMAIN, or if you
intend this contract change, update the reverse-proxy/HA docs and any UI that
displays generated service URLs in the same release; locate and fix the
assignment of NB_PROXY_DOMAIN in getting-started.sh and ensure related config
generation and documentation/UI are updated consistently.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 4f9d78d5-e7d6-4dd9-a9e2-57962861046a
📒 Files selected for processing (1)
infrastructure_files/getting-started.sh



Describe your changes
Issue ticket number and link
Stack
Checklist
Documentation
Select exactly one:
Docs PR URL (required if "docs added" is checked)
Paste the PR link from https://github.com/netbirdio/docs here:
netbirdio/docs#648
Summary by CodeRabbit