Skip to content

workspace proxies: edit default proxy #7718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bpmct opened this issue May 30, 2023 · 0 comments · Fixed by #7903
Closed

workspace proxies: edit default proxy #7718

bpmct opened this issue May 30, 2023 · 0 comments · Fixed by #7903
Assignees

Comments

@bpmct
Copy link
Member

bpmct commented May 30, 2023

Extracted from #7406

Similarly, an admin may want to edit the "Default" workspace proxy to indicate which region it is in. That way, users who may be unfamiliar with what data center Coder is deployed in can [see] which region the default proxy is in.

right now it's hardcoded:

return codersdk.Region{
ID: deploymentID,
// TODO: provide some way to customize these fields for the primary
// region
Name: "primary",
DisplayName: "Default",
IconURL: "/emojis/1f60e.png", // face with sunglasses
Healthy: true,
PathAppURL: api.AccessURL.String(),
WildcardHostname: api.AppHostname,
}, nil

@bpmct bpmct added this to the Moons GA 🌚 milestone May 30, 2023
@Emyrk Emyrk self-assigned this Jun 5, 2023
@ammario ammario added the feature label Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants