Simple way to use Code-server on local repositories, safely and quickly.
docker compose up
#open browser at
# http://localhost:8443
# config.yml
bind-addr: 0.0.0.0:8443
auth: password
password: <your_password>
cert: false
🚨 Not secure, I really don't recommend this
Set Auth to false
# config.yml
bind-addr: 0.0.0.0:8443
auth: false
cert: false
How does the config file work?
- quick guide on how to use on (VR) Oculus Quest 2 (android)