From 2665f73acfff8083064cd6d503c925e3e65f1575 Mon Sep 17 00:00:00 2001 From: hjue Date: Tue, 20 Sep 2022 02:20:05 +0800 Subject: [PATCH 1/8] fix spelling mistakes (#95) --- deploy-k8s/init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-k8s/init.sh b/deploy-k8s/init.sh index 4ae3aea8..a491785d 100755 --- a/deploy-k8s/init.sh +++ b/deploy-k8s/init.sh @@ -19,6 +19,6 @@ if ! command -v helm &> /dev/null; then fi if ! command -v jq &> /dev/null; then - echo "! Please install the yq command: https://stedolan.github.io/jq/" + echo "! Please install the jq command: https://stedolan.github.io/jq/" exit -fi \ No newline at end of file +fi From 45aa46e1619c2c2f3a95a7132e4bf8ac3a5d8e9d Mon Sep 17 00:00:00 2001 From: Abdulazizkhan Karimbayev Date: Fri, 9 Dec 2022 22:25:40 +0500 Subject: [PATCH 2/8] updated to latest 4.9.0 version (#96) Co-authored-by: Geoffrey Huntley --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7094879..7af0f7bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start from the code-server Debian base image -FROM codercom/code-server:4.0.2 +FROM codercom/code-server:4.9.0 USER coder From cb2f1df70e970688f293205f54113b89da5b1756 Mon Sep 17 00:00:00 2001 From: Saurav Dharwadkar Date: Fri, 9 Dec 2022 22:56:03 +0530 Subject: [PATCH 3/8] Fixed typo (#85) From b5c68a82964954d9b6cd412ce5209688d24df2f3 Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Sat, 10 Dec 2022 01:31:00 +0800 Subject: [PATCH 4/8] Update erroneous link for deployment (#84) From aa20639bc751939f5a3aa745a7f5e5cf5d43bb6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 03:33:45 +1000 Subject: [PATCH 5/8] Bump got from 11.8.2 to 11.8.5 in /cli (#91) Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.5) --- updated-dependencies: - dependency-name: got dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cli/yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/yarn.lock b/cli/yarn.lock index 7d024378..3dffeb15 100644 --- a/cli/yarn.lock +++ b/cli/yarn.lock @@ -119,7 +119,7 @@ cacheable-lookup@^5.0.3: resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005" integrity sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA== -cacheable-request@^7.0.1: +cacheable-request@^7.0.2: version "7.0.2" resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.2.tgz#ea0d0b889364a25854757301ca12b2da77f91d27" integrity sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew== @@ -251,16 +251,16 @@ get-stream@^5.1.0: pump "^3.0.0" got@^11.8.2: - version "11.8.2" - resolved "https://registry.yarnpkg.com/got/-/got-11.8.2.tgz#7abb3959ea28c31f3576f1576c1effce23f33599" - integrity sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ== + version "11.8.5" + resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046" + integrity sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ== dependencies: "@sindresorhus/is" "^4.0.0" "@szmarczak/http-timer" "^4.0.5" "@types/cacheable-request" "^6.0.1" "@types/responselike" "^1.0.0" cacheable-lookup "^5.0.3" - cacheable-request "^7.0.1" + cacheable-request "^7.0.2" decompress-response "^6.0.0" http2-wrapper "^1.0.0-beta.5.2" lowercase-keys "^2.0.0" From 247ec069f5947085b50a9596b090478fa122b5f0 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Sat, 10 Dec 2022 04:12:35 +1000 Subject: [PATCH 6/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c68e7913..3a256f2d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A collection of one-click buttons and scripts for deploying [code-server](https: | | Name | Type | Lowest-Price Plan | Deploy | | --------------------------------------------------------------------------------------------------------------- | ----------------- | ------------- | ----------------------------- | ------------------------------------------------------- | +| [![Coder](img/logo/coder.png)](https://coder.com/) | Coder | Anything | Open Source | [read the docs](https://coder.com/docs) | | [![AWS EC2](img/logo/aws-ec2.png)](https://aws.amazon.com/ec2) | AWS EC2 | VM | Free Tier, 1 CPU, 1 GB RAM | [see guide](guides/aws-ec2.md) | | [![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 | @@ -12,7 +13,6 @@ A collection of one-click buttons and scripts for deploying [code-server](https: | [![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) | | [![Oracle Cloud](img/logo/oracle-logo.png)](https://www.oracle.com/cloud/) | Oracle Cloud | Terraform / OCI | Free Tier Support | [see guide](https://github.com/oracle-devrel/terraform-oci-code-server) | -| [![Coder](img/logo/coder.png)](https://coder.com/docs) | Coder | Dev Workspace | For developer teams 👨🏼‍💻 | [read the docs](https://coder.com/docs) | --- From 51b7bb79c464ba7d63f5bdf529f023f34cb5bb36 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Sat, 10 Dec 2022 04:13:36 +1000 Subject: [PATCH 7/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a256f2d..dfe2464e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A collection of one-click buttons and scripts for deploying [code-server](https: | | Name | Type | Lowest-Price Plan | Deploy | | --------------------------------------------------------------------------------------------------------------- | ----------------- | ------------- | ----------------------------- | ------------------------------------------------------- | -| [![Coder](img/logo/coder.png)](https://coder.com/) | Coder | Anything | Open Source | [read the docs](https://coder.com/docs) | +| [![Coder](img/logo/coder.png)](https://coder.com/) | Coder | Anything | Open Source | [read the docs](https://coder.com/docs/coder-oss/latest) | | [![AWS EC2](img/logo/aws-ec2.png)](https://aws.amazon.com/ec2) | AWS EC2 | VM | Free Tier, 1 CPU, 1 GB RAM | [see guide](guides/aws-ec2.md) | | [![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 | From 4738acd5c51f216979fa8f8e89cab8e81d4ba92c Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Sat, 10 Dec 2022 04:14:32 +1000 Subject: [PATCH 8/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfe2464e..47a6587f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A collection of one-click buttons and scripts for deploying [code-server](https: | | Name | Type | Lowest-Price Plan | Deploy | | --------------------------------------------------------------------------------------------------------------- | ----------------- | ------------- | ----------------------------- | ------------------------------------------------------- | -| [![Coder](img/logo/coder.png)](https://coder.com/) | Coder | Anything | Open Source | [read the docs](https://coder.com/docs/coder-oss/latest) | +| [![Coder](img/logo/coder.png)](https://coder.com/?utm_source=github.com/coder/deploy-code-server&utm_medium=github&utm_campaign=readme.md) | Coder | Anything | Open Source | [read the docs](https://coder.com/docs/coder-oss/latest?utm_source=github.com/coder/deploy-code-server&utm_medium=github&utm_campaign=readme.md) | | [![AWS EC2](img/logo/aws-ec2.png)](https://aws.amazon.com/ec2) | AWS EC2 | VM | Free Tier, 1 CPU, 1 GB RAM | [see guide](guides/aws-ec2.md) | | [![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 |