dorkbydesign
dorkbydesign
CCoder.com
Created by dorkbydesign on 9/30/2022 in #help
`coder_app` resource doesn't proxy non localhost addresses
I have PGAdmin running in a separate container with the hostname pgadmin. I have specified a coder_app resource like this:
resource "coder_app" "pgadmin" {
agent_id = coder_agent.main.id
name = "PGAdmin"
url = "http://pgadmin/"
icon = "icons/pgadmin.svg"
relative_path = true
}
resource "coder_app" "pgadmin" {
agent_id = coder_agent.main.id
name = "PGAdmin"
url = "http://pgadmin/"
icon = "icons/pgadmin.svg"
relative_path = true
}
However I just get the following error message:
PGAdmin is offline!
read tcp [ipv6-here]:44715: connection reset by peer
PGAdmin is offline!
read tcp [ipv6-here]:44715: connection reset by peer
Any help would be much appreciated
8 replies
CCoder.com
Created by dorkbydesign on 9/20/2022 in #help
Terminal times out very quickly
Hi all, we are using the Terminal functionality in Coder OSS and we're finding that it times out very quickly. Sometimes within seconds. Is there a way we can increase this?
8 replies
CCoder.com
Created by dorkbydesign on 9/13/2022 in #help
Default docker-code-server template is stuck on connecting
No description
12 replies