From b093e29626d153576c5fa715e42109d791e82cda Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Sun, 13 Feb 2022 16:59:43 -0600 Subject: [PATCH] chore: add deprecation notice for --link --- deploy-vm/README.md | 2 +- guides/aws-ec2.md | 2 ++ guides/digitalocean.md | 3 +++ guides/linode.md | 2 ++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/deploy-vm/README.md b/deploy-vm/README.md index 2a9de894..82c6719c 100644 --- a/deploy-vm/README.md +++ b/deploy-vm/README.md @@ -2,7 +2,7 @@ A simple startup script to run code-server with --link on a VM, designed to run on Ubuntu 20.10. -**Coming soon:** One-click templates in popular marketplaces. +> ⚠️ The deploy script referenced uses the code-server --link service which is now deprecated. If this solution does not work for you, we recommend following our guide to use [LetsEncrypt with Caddy](https://coder.com/docs/code-server/latest/guide#using-lets-encrypt-with-caddy) to securely connect to code-server on your VM. ## In this repo diff --git a/guides/aws-ec2.md b/guides/aws-ec2.md index f9361abc..aa97ab41 100644 --- a/guides/aws-ec2.md +++ b/guides/aws-ec2.md @@ -1,5 +1,7 @@ # deploying `code-server` on AWS EC2 +> ⚠️ The deploy script referenced in this guide uses the code-server --link service which is now deprecated. If this solution does not work for you, we recommend following our guide to use [LetsEncrypt with Caddy](https://coder.com/docs/code-server/latest/guide#using-lets-encrypt-with-caddy) to securely connect to code-server on your VM. + ![code-server and AWS EC2](../img/code-server-aws-ec2.png) [AWS EC2](https://aws.amazon.com/ec2/) is a popular way to manage and launch virtual machines. Here is a fast way to launch a code-server machine with AWS EC2: diff --git a/guides/digitalocean.md b/guides/digitalocean.md index a88d66d3..b70f980f 100644 --- a/guides/digitalocean.md +++ b/guides/digitalocean.md @@ -1,5 +1,8 @@ # deploying `code-server` on DigitalOcean +> ⚠️ The deploy script referenced in this guide uses the code-server --link service which is now deprecated. If this solution does not work for you, we recommend following our guide to use [LetsEncrypt with Caddy](https://coder.com/docs/code-server/latest/guide#using-lets-encrypt-with-caddy) to securely connect to code-server on your VM. + + [DigitalOcean](https://digitalocean.com) is an developer-friendly platform with cloud servers. Here is the easiest way to launch code-server on DigitalOcean: --- diff --git a/guides/linode.md b/guides/linode.md index 8af0a5c0..2bfe0cf1 100644 --- a/guides/linode.md +++ b/guides/linode.md @@ -1,5 +1,7 @@ # deploying `code-server` on Linode +> ⚠️ The deploy script referenced in this guide uses the code-server --link service which is now deprecated. If this solution does not work for you, we recommend following our guide to use [LetsEncrypt with Caddy](https://coder.com/docs/code-server/latest/guide#using-lets-encrypt-with-caddy) to securely connect to code-server on your VM. + [Linode](https://linode.com) is a developer-friendly platform with cloud servers. Here is the easiest way to launch code-server on Linode. 1. Log in to Linode and go to the "StackScripts" section in the sidebar