Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

'server password' needed, but not documented #248

Open
rogiervandenberg opened this issue Oct 30, 2019 · 4 comments
Open

'server password' needed, but not documented #248

rogiervandenberg opened this issue Oct 30, 2019 · 4 comments

Comments

@rogiervandenberg
Copy link

rogiervandenberg commented Oct 30, 2019

When following the Quick Start, there's Requirements, Install, Verify, Run. But then, the container asks for a server password:

image

What to enter here, or where to set it? It is missing in the documentation.

@shiipou
Copy link

shiipou commented Nov 22, 2019

I've got the same, no solution for me at this time.

@shah
Copy link

shah commented Nov 23, 2019

The password can be found by doing this on the host:

docker logs <container_name>

One of the lines in there will show:

info - Password is XYZ

Use XYZ as the password into the IDE

@tennox
Copy link

tennox commented Nov 29, 2019

It's weird, as sail seems to run code-server with the --no-auth flag:
https://github.com/cdr/sail/blob/bcf906366e626d48e9722319c3d50b5d8c48ec02/runner.go#L173

@tennox
Copy link

tennox commented Nov 29, 2019

I think code-server changed the flag to --auth=none.

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 a pull request may close this issue.

4 participants