DrewP23
DrewP23
CCoder.com
Created by DrewP23 on 12/13/2022 in #help
How to see web app in coder oss
Writing a web app and I want to see my changes on localhost:3000 when I run my app. Basically I need access to a web browser when I am on my ec2 hosted coder workspace.
2 replies
CCoder.com
Created by DrewP23 on 12/5/2022 in #help
{messageIncorrect login type, attempting to use oidc but user is of login type password
This is the error I get trying to use OpenID Connect This is Coder OSS Error is thrown here I think ? https://github.com/coder/coder/blob/fb9ca7b830f82f0a20878e2e4e453aa7d89cd7f5/coderd/users.go#L946
17 replies
CCoder.com
Created by DrewP23 on 12/2/2022 in #help
Install script doesnt update on rpm package with error about file conflicts
1. I run thissudo curl -L https://coder.com/install.sh | sh 2. Output:file /usr/lib/systemd/system/coder.service from install of coder-0:0.13.1-1.aarch64 conflicts with file from package coder-0:0.9.2-1.aarch64 3. sudo systemctl restart coder 4. coder version and it's the same version as before the script The script is how I installed it for the first time
4 replies
CCoder.com
Created by DrewP23 on 12/2/2022 in #help
Right format for PG Connection String?
Hey all! I have an ec2 instance that can connect to an aurora postgresql db via psql. Filling out the PG connection URL in the coder.env file doesnt work - Coder just uses the builtin postgre no matter what. I dont receive any errors in the logs Following this guide what is the right format for the string? https://coder.com/docs/coder-oss/latest/admin/configure Nothing I use/change in the string in the env file seem to matter - it always uses the builtin after restart and looking at logs.
7 replies
CCoder.com
Created by DrewP23 on 11/29/2022 in #help
Error creating workspace from golang docker image
Error: Error: failed to solve with frontend dockerfile.v0: failed to create LLB definition: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed Using this example https://github.com/coder/coder/tree/main/examples/templates/docker-image-builds
7 replies