JanL
02/14/2023, 3:27 PMtimoooooo
02/14/2023, 6:24 PMAtif
02/14/2023, 10:24 PMDon
02/14/2023, 10:58 PMPhorcys
02/15/2023, 6:48 AMAtif
02/15/2023, 12:25 PMconsole
git config --global gpg.format ssh
git config --global user.signingKey ~/.ssh/key.pub
But there is no .ssh
directoryPhorcys
02/15/2023, 12:50 PMPhorcys
02/15/2023, 12:50 PMPhorcys
02/15/2023, 12:52 PMdrizzy
02/15/2023, 2:35 PMdrizzy
02/15/2023, 2:35 PMbwm
02/16/2023, 12:00 AMhttps://HASH.pit-1.try.coder.app
endpoint and everything was working fine until my session expired. Now I have forgotten my password and neither the local login page nor the cli coder login MYURL
interaction seem to have any way to create a new account or reset password.hippiehacker
02/16/2023, 4:19 AMcoder template create emacs-pod -d . -y -v
ā§ Queued
unexpected non-JSON response "text/plain; charset=utf-8".
begin streaming logs: unexpected status code 426: unexpected non-JSON response "text/plain; charset=utf-8"
Error: WebSocket protocol violation: Connection header "close" does not contain Upgrade
{"message":"Failed to accept websocket.","detail":"failed to accept WebSocket connection: WebSocket protocol violation: Connection header \"close\" does not contain Upgrade"}
Run 'coder templates create --help' for usage.
hippiehacker
02/16/2023, 4:21 AMkubectl -n coder get ingress coder -o json | jq .metadata.annotations
{
"meta.helm.sh/release-name": "coder",
"meta.helm.sh/release-namespace": "coder",
"nginx.ingress.kubernetes.io/proxy-read-timeout": "3600",
"nginx.ingress.kubernetes.io/proxy-send-timeout": "3600",
"nginx.ingress.kubernetes.io/server-snippets": "location / {\nproxy_set_header Upgrade $http_upgrade;\nproxy_http_version 1.1;\nproxy_set_header X-Forwarded-Host $http_host;\nproxy_set_header X-Forwarded-Proto $scheme;\nproxy_set_header X-Forwarded-For $remote_addr;\nproxy_set_header Host $host;\nproxy_set_header Connection \"upgrade\";\nproxy_cache_bypass $http_upgrade;\n}\n"
}
Deleted User
02/16/2023, 9:57 AMcian
02/16/2023, 4:17 PMserver {
server_name $CODER_DNS_NAME_GOES_HERE;
[...]
location / {
# Use HTTP/1.1 by default.
proxy_http_version 1.1;
# These are important to support WebSockets
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
# Set proxy headers
proxy_set_header Host $host;
proxy_pass http://$HOST:$PORT;
}
}
I'd double-check which version of the nginx ingress controller you haveJanL
02/17/2023, 2:01 PMJanL
02/17/2023, 2:02 PMPhorcys
02/17/2023, 3:19 PMJanL
02/17/2023, 3:29 PMJanL
02/17/2023, 3:30 PMPhorcys
02/17/2023, 4:09 PMPhorcys
02/17/2023, 8:27 PMPhorcys
02/17/2023, 8:27 PMDeleted User
02/18/2023, 9:20 AMSven
02/18/2023, 12:01 PMSven
02/18/2023, 12:01 PMSven
02/18/2023, 12:02 PMSven
02/18/2023, 12:02 PMAtif
02/18/2023, 12:03 PMcoder
user to the docker
group?
You need that.