{"id":13617797,"url":"https://github.com/coder/deploy-code-server","last_synced_at":"2025-04-08T00:39:09.260Z","repository":{"id":37435261,"uuid":"343643911","full_name":"coder/deploy-code-server","owner":"coder","description":"Deploy code-server to the cloud with a few clicks ☁️ 👨🏼‍💻","archived":false,"fork":false,"pushed_at":"2024-01-28T11:35:42.000Z","size":15185,"stargazers_count":919,"open_issues_count":23,"forks_count":643,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-03-31T23:36:48.023Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-03-02T04:21:28.000Z","updated_at":"2025-03-31T08:05:59.000Z","dependencies_parsed_at":"2024-03-30T23:32:59.336Z","dependency_job_id":"c2f7da75-0168-4a51-b0d1-a0a859187937","html_url":"https://github.com/coder/deploy-code-server","commit_stats":null,"previous_names":["cdr/deploy-code-server"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fdeploy-code-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fdeploy-code-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fdeploy-code-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fdeploy-code-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coder","download_url":"https://codeload.github.com/coder/deploy-code-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247755560,"owners_count":20990620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T20:01:48.171Z","updated_at":"2025-04-08T00:39:09.222Z","avatar_url":"https://github.com/coder.png","language":"Shell","readme":"# deploy-code-server 🚀\n\nA collection of one-click buttons and scripts for deploying [code-server](https://github.com/cdr/code-server) to various cloud hosting platforms. The fastest way to get a code-server environment! ☁️\n\n|                                                                                                                 | Name              | Type          | Lowest-Price Plan             | Deploy                                                  |\n| --------------------------------------------------------------------------------------------------------------- | ----------------- | ------------- | ----------------------------- | ------------------------------------------------------- |\n| [![Coder](img/logo/coder.png)](https://coder.com/?utm_source=github.com/coder/deploy-code-server\u0026utm_medium=github\u0026utm_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\u0026utm_medium=github\u0026utm_campaign=readme.md)                 |\n| [![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)                          |\n| [![DigitalOcean](img/logo/digitalocean.png)](https://digitalocean.com)                                          | DigitalOcean      | VM            | $5/mo, 1 CPU, 1 GB RAM        | [see guide](guides/digitalocean.md)                     |\n| [![Vultr](img/logo/vultr.png)](https://vultr.com)                                                               | Vultr             | VM            | $3.50/mo, 1 CPU, 512 MB RAM   | coming soon                                             |\n| [![Linode](img/logo/linode.png)](https://linode.com)                                                            | Linode            | VM            | $5/mo, 1 CPU, 1 GB RAM        | [see guide](guides/linode.md)                           |\n| [![Railway](img/logo/railway.png)](https://railway.app)                                                         | Railway           | Container     | Free, Shared CPU, 1 GB RAM 🚀 | [see guide](guides/railway.md)                          |\n| [![Heroku](img/logo/heroku.png)](https://heroku.com)                                                            | Heroku            | Container     | Free, 1 CPU, 512 MB RAM       | [see guide](guides/heroku.md)                           |\n| [![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) |\n| [![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) |\n\n---\n\n## code-server on a VM vs. a Container\n\n- VMs are deployed once, and then can be modified to install new software\n  - You need to save \"snapshots\" to use your latest images\n  - Storage is always persistent, and you can usually add extra volumes\n  - VMs can support many workloads, such as running Docker or Kubernetes clusters\n  - [👀 Docs for the VM install script](deploy-vm/)\n- Deployed containers do not persist, and are often rebuilt\n  - Containers can shut down when you are not using them, saving you money\n  - All software and dependencies need to be defined in the `Dockerfile` or install script so they aren't destroyed on a rebuild. This is great if you want to have a new, clean environment every time you code\n  - Most app platforms do not support running docker or virtual volume mounts in the container.\n  - Storage may not be persistent. You may have to use [rclone](https://rclone.org/) to store your filesystem on a cloud service. Documented below:\n  - [📄 Docs for code-server-deploy-container](deploy-container/)\n","funding_links":[],"categories":["Shell","HarmonyOS"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder%2Fdeploy-code-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoder%2Fdeploy-code-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder%2Fdeploy-code-server/lists"}