Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Server for Internal Hackathons

Code Server

You may find the server's password in the config.yaml file.

Requirements

  • docker-compose
  • code-server

How To?

  • Set your local AUBGSTUDENTS ip as the upstream host in nginx.conf
 upstream code {
    server <YOUR-LOCAL-IP-HERE>:4200;
    keepalive 64;
}
  • Set code.thehub-aubg.com record to point to your local AUBGSTUDENTS ip (in Superhosting CPANEL)
  • run ./start.sh

About

VSCode server for Internal Hackathons

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages