Hashed password not being asked for
Good morning,
There is a 99% chance that I have just set this up wrong, however I have not been able to find any youtube videos or previous posts clarifying where I am going wrong. I created the docker-compose.yml file as well as edit the config.yaml with the hashed password: However when I run
sudo docker compose restart
and sign out of the browser, the only password that will work is the default one. I read that the hashed one should override the default.2 Replies
<#1253674759636647936>
Category
Help needed
Product
code-server
Platform
Linux
Logs
Please post any relevant logs/error messages.
Also not sure if there is a more reliable way to make a hash. I am using
mkpasswd - sh256crypt
but each time I get a different hash so not sure if that really matters or not or how to make it consistent.