Skip to content

docs: clarify access URL in install flow #5626

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

Merged
merged 5 commits into from
Jan 18, 2023
Merged

docs: clarify access URL in install flow #5626

merged 5 commits into from
Jan 18, 2023

Conversation

bpmct
Copy link
Member

@bpmct bpmct commented Jan 9, 2023

Partially resolves #5564

@bpmct bpmct marked this pull request as ready for review January 9, 2023 15:03
@@ -128,7 +128,10 @@ Run Coder:
# Or just run the server directly
$ coder server

Use Coder:
Default URL: http://127.0.0.1:3000
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the Default URL is :8080

Copy link
Member Author

@bpmct bpmct Jan 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is for ./scripts/develop.sh, but not when you install the binary/package

Copy link
Collaborator

@BrunoQuaresma BrunoQuaresma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bpmct bpmct enabled auto-merge (squash) January 12, 2023 16:22

```sh
# Listen on port 80
export CODER_HTTP_ADDRESS=0.0.0.0:80
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you are using 0.0.0.0:80 but in L77 you are using 127.0.0.1:3000

This is a confusion.

@@ -55,7 +74,7 @@ configure the server by setting the following variables in `/etc/coder.d/coder.e
CODER_ACCESS_URL=https://coder.example.com

# String. Address to serve the API and dashboard.
CODER_ADDRESS=127.0.0.1:3000
CODER_HTTP_ADDRESS=127.0.0.1:3000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
CODER_HTTP_ADDRESS=127.0.0.1:3000
CODER_HTTP_ADDRESS=0.0.0.0:3000

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure the default is the loopback address, according to the help text.

@bpmct bpmct merged commit a040bcc into main Jan 18, 2023
@bpmct bpmct deleted the install-flow-fixes branch January 18, 2023 23:23
@github-actions github-actions bot locked and limited conversation to collaborators Jan 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing steps after installing via script
4 participants