diff --git a/README.md b/README.md index 47a6587f..216d8715 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A collection of one-click buttons and scripts for deploying [code-server](https: | [![DigitalOcean](img/logo/digitalocean.png)](https://digitalocean.com) | DigitalOcean | VM | $5/mo, 1 CPU, 1 GB RAM | [see guide](guides/digitalocean.md) | | [![Vultr](img/logo/vultr.png)](https://vultr.com) | Vultr | VM | $3.50/mo, 1 CPU, 512 MB RAM | coming soon | | [![Linode](img/logo/linode.png)](https://linode.com) | Linode | VM | $5/mo, 1 CPU, 1 GB RAM | [see guide](guides/linode.md) | +| [![Sealos](img/logo/sealos.png)](https://sealos.io) | Sealos | Container | $5/mo, 1 CPU, 1 GB RAM 🚀 | [see guide](guides/sealos.md) | | [![Railway](img/logo/railway.png)](https://railway.app) | Railway | Container | Free, Shared CPU, 1 GB RAM 🚀 | [see guide](guides/railway.md) | | [![Heroku](img/logo/heroku.png)](https://heroku.com) | Heroku | Container | Free, 1 CPU, 512 MB RAM | [see guide](guides/heroku.md) | | [![Azure App Service](img/logo/azure-app-service.png)](https://azure.microsoft.com/en-us/services/app-service/) | Azure App Service | Container | Free, 1 CPU, 1 GB RAM | [see guide](https://github.com/bpmct/code-server-azure) | diff --git a/guides/sealos.md b/guides/sealos.md new file mode 100644 index 00000000..d70d1523 --- /dev/null +++ b/guides/sealos.md @@ -0,0 +1,17 @@ +# Guide: Launching `code-server` on Sealos + +[Sealos](https://sealos.io) is a cloud operating system designed for managing cloud-native applications. + +Use Sealos + code-server to get a dev environment that you can access from any device. + +![code-server and Sealos](../img/code-server-sealos.png) + +## Step 1: Click button to deploy + +[![Deploy code-server on Sealos](https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg)](https://cloud.sealos.io/?openapp=system-fastdeploy%3FtemplateName%3Dcode-server) + +## Step 2: Configure & deploy your environment + +`PASSWORD`: A password you can use to log in + +After deployment, you can access it by pressing "Confirm" \ No newline at end of file diff --git a/img/code-server-sealos.png b/img/code-server-sealos.png new file mode 100644 index 00000000..a2aee2fc Binary files /dev/null and b/img/code-server-sealos.png differ diff --git a/img/logo/sealos.png b/img/logo/sealos.png new file mode 100644 index 00000000..b67cb88b Binary files /dev/null and b/img/logo/sealos.png differ