You may find the server's password in the config.yaml
file.
docker-compose
code-server
- Set your local
AUBGSTUDENTS
ip as the upstream host innginx.conf
upstream code {
server <YOUR-LOCAL-IP-HERE>:4200;
keepalive 64;
}
- Set
code.thehub-aubg.com
record to point to your localAUBGSTUDENTS
ip (in Superhosting CPANEL) - run
./start.sh