Ben Potter

Results 149 issues of 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...

enhancement

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...

site

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`...

cli

Installing a JetBrains IDE can be slow. I believe sharkymark has some v2 templates with IntellIJ pre installed. Can we formalize these docs?

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...

chore
networking

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...

chore
networking

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...

feature
cli
good first issue

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...

enterprise
roadmap
roadmap-maybe

## 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`,...

feature
site