Before submitting
Area
apps/web
Problem or use case
My host machine has a handful of IP addresses (due to multi-homing and WireGuard). T3 Code picked the wrong address for the Reachable at note under "Network access".
Which also means that the copy button fills in a URL that requires correction.
Proposed solution
Likely the easiest option would be a second entry just below the "Network access" toggle (that shows up when it's toggled on). That allows for entering a custom URL/hostname. With the current logic as the default when this isn't set.
Note: I set this to apps/web as it could be implmented fully within the UI, excluding any durability of state.
Why this matters
It would make the copied address work as-is.
Smallest useful scope
An option to type a custom hostname, that then corrects the address generated for the copy button using the provided value as the hostname.
Durability of this value isn't required to make it useful.
Alternatives considered
Manually updating the IP in the copied URL.
Risks or tradeoffs
UI bloat for normal setups.
Examples or references
No response
Contribution
Before submitting
Area
apps/web
Problem or use case
My host machine has a handful of IP addresses (due to multi-homing and WireGuard). T3 Code picked the wrong address for the
Reachable atnote under "Network access".Which also means that the
copybutton fills in a URL that requires correction.Proposed solution
Likely the easiest option would be a second entry just below the "Network access" toggle (that shows up when it's toggled on). That allows for entering a custom URL/hostname. With the current logic as the default when this isn't set.
Note: I set this to
apps/webas it could be implmented fully within the UI, excluding any durability of state.Why this matters
It would make the copied address work as-is.
Smallest useful scope
An option to type a custom hostname, that then corrects the address generated for the
copybutton using the provided value as the hostname.Durability of this value isn't required to make it useful.
Alternatives considered
Manually updating the IP in the copied URL.
Risks or tradeoffs
UI bloat for normal setups.
Examples or references
No response
Contribution