coder / coder/terraform-provider-coder

coder_app shall allow docker network scoped urls other than localhost

Open
#366 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
60
Forks
27
Avg merge
1d 21h
Merged PRs (30d)
2

Description

Use case:
I want to add a coder_app which opens another container's url instead of being limited to `http:/:localhost:[PORT]/[SUBPATH]` :
(Of course, both containers are part of the same docker network, and the url resolve correctly when using `curl`.)

example:
```tf
resource "coder_app" "auth_phpmyadmin" {
agent_id = coder_agent.workspace.id
slug = "pma-auth"
icon = "https://www.phpmyadmin.net/static/images/logo.png"
url = "http://other-container-phpmyadmin:80/"
subdomain = true
share = "authenticated"

}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.