Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.19 KB

linode.md

File metadata and controls

24 lines (20 loc) · 1.19 KB

Deploying code-server in Linode

  1. Sign in to the Linode Cloud Dashboard.
    • Don't have an account? Use this invite link to support our work and get some credits to try the platform.
  2. Go to StackScripts section of the sidebar.
  3. Under Community Scripts, use code-server-boilerplates/starter-pack or manually copy the contents of toolkits/virtual-machines/linode-bootstrapper.
  4. Give your server a label and deploy with Ubuntu 20.10 (or later) and any size. Once your server starts, you can simply navigate to the IP address and get forwarded to a secure version of code-server, which will be proxied behind your GitHub account. For information on how this works, see code-server --link.
  5. Optional but recommended: To change the URL in the address bar from linode-[xxxx] to something more descriptive, you just need to change your hostname and restart code-server:
sudo hostnamectl set-hostname that-should-be-done
sudo systemctl restart code-server@coder

Configuring your instance