|
| 1 | +--- |
| 2 | +title: What's New in May 2023 |
| 3 | +date: May 30, 2023 |
| 4 | +author: Muhammad Atif Ali |
| 5 | +version: "0.23.7" |
| 6 | +--- |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +In the last few months, we have been working on exciting new features for Coder. We are excited to share them with you today. |
| 11 | + |
| 12 | +## Workspace Proxies (Experimental) |
| 13 | + |
| 14 | +Workspace proxies provide low-latency experiences for geo-distributed teams. |
| 15 | + |
| 16 | +Coder's networking makes the best effort to connect directly to a workspace. In situations where this is not possible, such as developing with a web IDE (e.g. Jupyter), workspace proxies reduce latency for developers. |
| 17 | + |
| 18 | +A workspace proxy is a relay connection a developer can use when connecting with their workspace over SSH, a workspace app, port forwarding, etc. Coder automatically selects the best proxy for the developer based on their location and the location of the workspace. |
| 19 | + |
| 20 | +For deployment instructions, see [Docs](https://coder.com/docs/v2/latest/admin/workspace-proxies). |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | +## Envbox |
| 26 | + |
| 27 | +[Envbox](https://github.com/coder/envbox) is an image developed and maintained by Coder that bundles the sysbox runtime. It works by starting an outer container that manages the various sysbox daemons and spawns an unprivileged inner container that acts as the user's workspace. The inner container is able to run system-level software similar to a regular virtual machine (e.g., systemd, dockerd, etc.). Envbox offers the following benefits over running sysbox directly on the nodes: |
| 28 | + |
| 29 | +- No custom runtime installation or management on your Kubernetes nodes. |
| 30 | +- No limit to the number of pods that run Envbox. |
| 31 | + |
| 32 | +Refer to the [docs](https://coder.com/docs/v2/latest/templates/docker-in-workspaces#envbox) for more information. |
| 33 | + |
| 34 | +## Template Editor |
| 35 | + |
| 36 | +Edit & duplicate templates directly from the Coder dashboard. This feature is available to all users with the `template-admin` or `owner` role. |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | +## Fly.io Starter Template |
| 41 | + |
| 42 | +We have added a new starter template for [Fly.io](https://fly.io/). Fly.io is a platform for running applications globally. It is a great fit for Coder workspaces because it allows you to run them close to your developers. See the blog post [here](https://coder.com/blog/remote-developer-environments-on-fly-io) for more information. |
| 43 | + |
| 44 | + |
| 45 | +## Open in Coder |
| 46 | + |
| 47 | +Now you can generate _Open In Coder_ buttons for your templates to provide a one-click experience for your developers. See the [docs](https://coder.com/docs/v2/latest/templates/open-in-coder) for more information. |
| 48 | + |
| 49 | +### Other Exciting Features |
| 50 | + |
| 51 | +- Ability to use non-localhost addresses with `coder port-forward` [docs](https://coder.com/docs/v2/latest/cli/port-forward) |
| 52 | +- Add or remove licenses from the dashboard. |
| 53 | +- Added support for X11 forwarding in the Coder CLI. [docs](https://coder.com/docs/v2/latest/cli/ssh) |
0 commit comments