Ben Potter
Ben Potter
**Tell us about your request** Docker only only starts containers locally, even if I have set a $DOCKER_HOST var. **Which service(s) is this request for?** Docker dev environments **Tell us...
Since they'll all pretty much be external links, they should open in a new tab. If we want to get really fancy, we could detect if the link is the...
Background: [Notion](https://www.notion.so/coderhq/Windows-Desktop-Modules-be171664b0024376b4c17a08e59bee83?pvs=4). There are some ideas/questions in there around implimentation. Add a `coder open rdp` command that can forward an RDP port and auto-fill the details (`host`, `username`, and `password`...
Installing a JetBrains IDE can be slow. I believe sharkymark has some v2 templates with IntellIJ pre installed. Can we formalize these docs?
## Background When Coder users execute high-demand tasks, such as large builds, it can overwhelm the workspace (if the workspace is undersized). This overload can result in the agent disconnecting,...
Build a network topology integration test where peers are behind NATs, and one of the NATs uses destination-dependent mapping. Some ideas on how to get this done: ## iptables In...
Network integration tests where both peers are behind a NAT should include a STUN server, running in the IP address space the NATs translate to. relates to #13194 and #13043...
An Owner account should be able to create a token on behalf of another user in the CLI. Right now, you can only do it in the API: https://coder.com/docs/v2/latest/api/users#create-token-api-key Desired...
Some users want their developers to be pre-authenticated with external providers (e.g. Artifactory) when they first create their workspace. This may be to pull data in the startup script or...
## Background First, Coder has a [git providers](https://coder.com/docs/v2/latest/admin/git-providers) integration that allows users to log in with their git provider (e.g. GitHub). From there, when a user runs a `git clone`,...