chore: add deprecation notice for --link (#79)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||
|
||||
[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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
---
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user