From d396151e928d2e7fbdf9670758efcbddcf037d90 Mon Sep 17 00:00:00 2001 From: Shreyas Date: Tue, 17 May 2022 22:07:39 +0530 Subject: [PATCH 01/10] fix: deploy button (#88) --- guides/railway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/railway.md b/guides/railway.md index 8614f9a5..a3aff321 100644 --- a/guides/railway.md +++ b/guides/railway.md @@ -8,7 +8,7 @@ Use Railway + code-server to get a dev environment that you can access from any ## Step 1: Click button to deploy -[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Fcoder%2Fdeploy-code-server&envs=PASSWORD%2CGIT_REPO&optionalEnvs=GIT_REPO&PASSWORDDesc=Your+password+to+log+in+to+code-server&GIT_REPODesc=A+git+repo+to+auto-clone+and+open+in+code-server+%28e.g+https%3A%2F%2Fgithub.com%2Fcoder%2Fdocs%29) +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Fcoder%2Fdeploy-code-server&envs=PASSWORD%2CGIT_REPO&optionalEnvs=GIT_REPO&PASSWORDDesc=Your+password+to+log+in+to+code-server&GIT_REPODesc=A+git+repo+to+auto-clone+and+open+in+code-server+%28e.g+https%3A%2F%2Fgithub.com%2Fcoder%2Fdocs%29) ## Step 2: Configure & launch your environment From 5b78bca448b79a0bc20576d0dd017b10477ecc53 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 8 Jun 2022 17:59:23 -0500 Subject: [PATCH 02/10] add orcacle cloud --- README.md | 1 + img/logo/oracle-logo.png | Bin 0 -> 935 bytes 2 files changed, 1 insertion(+) create mode 100644 img/logo/oracle-logo.png diff --git a/README.md b/README.md index 7ed72667..c68e7913 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A collection of one-click buttons and scripts for deploying [code-server](https: | [![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) | +| [![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) | --- diff --git a/img/logo/oracle-logo.png b/img/logo/oracle-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..cc141d44e4fb8c517c022ac283a76477302e5dbd GIT binary patch literal 935 zcmV;Y16cftP)tewDlO0>CeIxp%@GvO9wE>nB+(-#&>|(y7aH%h zwapL{&m14m8XeLrF3~0_%@P&P78&4gap{?w-)U^l7#r!AnA9~m&l?`kA0p8rCC(Wf z-C<+S6c^rPX4_d?@VL3sEHBznQs|VH+f`T5Co1i#tlL*v>YbnQ!o%{##_Ol3&J`Ha zDJ;<>C(juj*G5Rr8y?+fY0)Sv=Z%l(kC4p~72$Ms)<8qd4-(yAV&{#H*F;C^ou2HY zrQmCA^UBM~0R`%tobb82%@Y>Q6&UWXu6Mn=VrAcFY0MH7@3^_|x46m%3G&Lz z;B9Z=b$8iHP3De|>!zsVeSX$FKi_C;-eqU*uCMBsn9(XN@Vve5u(9;c&&mM=)H62A z3J%gJE6o%b$pHlDn3~ZgDD0@I)H65TUt;8hhVHPk@W8?I$;sJHQ0bkY_uSmj$Mwkq*-q| z+e{`VJux4Xsje&*juY_rakBPE;7ZNO6Uj)6kp#JdMJb>{ zw7s!^!D5bylcuTGS8*%Ghx&O7%UU>k3Cm~a%4S7c^0I^6C?gS~(%I0(Fo$_+Ppzmj zE1O`1vZ%ATjjgG;r%0xPX0)B50Xx{&Mpmq>EnMunjLf=XVlvE}%tDf`JglsIf~>4O zEJ8f2JbdhsaAfBI0!{{L1_o(PPEL>|U=awx2_i<*+9()g005GNJW`idJE;Hw002ov JPDHLkV1h@O#mxW! literal 0 HcmV?d00001 From 2665f73acfff8083064cd6d503c925e3e65f1575 Mon Sep 17 00:00:00 2001 From: hjue Date: Tue, 20 Sep 2022 02:20:05 +0800 Subject: [PATCH 03/10] 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 04/10] 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 05/10] 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 06/10] 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 07/10] 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 08/10] 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 09/10] 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 10/10] 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 |