rdmchr
rdmchr
Explore posts from servers
CCoder.com
Created by rdmchr on 9/30/2022 in #help
Agent stuck at connecting
so CODER_ADDRESS is still 0.0.0.0:7080, but I changed CODER_ACCESS_URL to the domain i configured in traefik. for example https://coder.[XYZ].dev
12 replies
CCoder.com
Created by rdmchr on 9/30/2022 in #help
Agent stuck at connecting
haha i found the problem
12 replies
CCoder.com
Created by rdmchr on 9/30/2022 in #help
Agent stuck at connecting
hm i also cant bind to 7080 which is the default port which is currently not in use
12 replies
CCoder.com
Created by rdmchr on 9/30/2022 in #help
Agent stuck at connecting
ok
12 replies
CCoder.com
Created by rdmchr on 9/30/2022 in #help
Agent stuck at connecting
coder-coder-1 | listen "116.203.142.26:443": listen tcp 116.203.142.26:443: bind: cannot assign requested address I think I cant bind to 443 since traefik uses that port already. should I just switch to the default port?
12 replies
CCoder.com
Created by rdmchr on 9/30/2022 in #help
Agent stuck at connecting
did you add the port :7080 behind that?
12 replies
CCoder.com
Created by rdmchr on 9/30/2022 in #help
Agent stuck at connecting
# Coder must be reachable from an external URL
# for users and workspaces to connect.

# Option 1) Enable CODER_TUNNEL to generate a
# unique *. try.coder.com access URL
#CODER_TUNNEL=false

# Option 2) Set an access URL
# e.g. https://coder.example.com
#CODER_ACCESS_URL=

CODER_ADDRESS=
CODER_PG_CONNECTION_URL=
CODER_TLS_CERT_FILE=
CODER_TLS_ENABLE=
CODER_TLS_KEY_FILE=
# Coder must be reachable from an external URL
# for users and workspaces to connect.

# Option 1) Enable CODER_TUNNEL to generate a
# unique *. try.coder.com access URL
#CODER_TUNNEL=false

# Option 2) Set an access URL
# e.g. https://coder.example.com
#CODER_ACCESS_URL=

CODER_ADDRESS=
CODER_PG_CONNECTION_URL=
CODER_TLS_CERT_FILE=
CODER_TLS_ENABLE=
CODER_TLS_KEY_FILE=
this is my current .env file for coder. did you put 0.0.0.0 or your actual ip at CODER_ADDRESS?
12 replies