Skip to content

How to disable password in heroku? #3821

Answered by bpmct
PakkiPavan asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @PakkiPavan if there is no PASSWORD env var, a random one is created. You will need to set auth: none in config.yaml or launch it with --auth none.

In the Dockerfile you can copy a code-server config file OR add the flag in the entrypoint of your repo. Then, re deploy.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@PakkiPavan
Comment options

@ghost
Comment options

@jsjoeio
Comment options

@PakkiPavan
Comment options

Comment options

You must be logged in to vote
1 reply
@PakkiPavan
Comment options

Answer selected by PakkiPavan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants