Phorcys
Phorcys
CCoder.com
Created by Konstantine on 1/17/2025 in #help
Workspaces are seemingly not persisting data whatsoever.
the "No agents are currently assigned to this resource" is normal behavior for a Docker volume, agents are only assigned to compute in our templates
6 replies
CCoder.com
Created by Konstantine on 1/17/2025 in #help
Workspaces are seemingly not persisting data whatsoever.
did you modify the Dockerfile at all?
6 replies
CCoder.com
Created by Konstantine on 1/17/2025 in #help
Workspaces are seemingly not persisting data whatsoever.
hey, this is pretty weird
6 replies
CCoder.com
Created by Runawaytrain on 1/16/2025 in #help
Need different OIDC redirect URL from the `CODER_ACCESS_URL`
you might want to do replace(replace(coder_agent.main.init_script, "/localhost|127\\.0\\.0\\.1/", "host.docker.internal"), "foo.external", "foo.internal") if it doesn't work but it shouldn't be necessary
8 replies
CCoder.com
Created by Runawaytrain on 1/16/2025 in #help
Need different OIDC redirect URL from the `CODER_ACCESS_URL`
let's say you're using one of our Docker templates, you can do something like this:
resource "docker_container" "workspace" {
# [...]
entrypoint = ["sh", "-c", replace(coder_agent.main.init_script, "foo.external", "foo.internal")]
}
resource "docker_container" "workspace" {
# [...]
entrypoint = ["sh", "-c", replace(coder_agent.main.init_script, "foo.external", "foo.internal")]
}
8 replies
CCoder.com
Created by Runawaytrain on 1/16/2025 in #help
Need different OIDC redirect URL from the `CODER_ACCESS_URL`
what you could do is set the access url to be foo.external, and then replace it in your templates
8 replies
CCoder.com
Created by Runawaytrain on 1/16/2025 in #help
Need different OIDC redirect URL from the `CODER_ACCESS_URL`
this is a pretty specific use-case that the product doesn't currently support
8 replies
CCoder.com
Created by Greenman999 on 1/15/2025 in #help
Terminal Theme
make sure to add why you'd like that and how configureable you'd want it to be (e.g on a user level, deployment level, etc) (same thing, do you want to be able to pick individual colors, or palettes, etc)
5 replies
CCoder.com
Created by Greenman999 on 1/15/2025 in #help
Terminal Theme
I have not found any issues asking for this, could you please file a feature request that quickly describes this and post it here so our engineering team can take a look?
5 replies
CCoder.com
Created by Greenman999 on 1/15/2025 in #help
Terminal Theme
@Greenman999 hello, while this is not something that Coder supports, the library that we use for the terminal (xterm.js) supports theming.
5 replies
CCoder.com
Created by jozef on 1/14/2025 in #help
Parameter validation
i'll look into it in a bit, what error are you running into?
10 replies
CCoder.com
Created by jozef on 1/14/2025 in #help
Parameter validation
yeah, it uses RE2
10 replies
CCoder.com
Created by jozef on 1/14/2025 in #help
Parameter validation
yeah so I've never managed to get regexes working myself for URLs, it should be possible but I think Terraform uses a weird regex engine
10 replies
CCoder.com
Created by jozef on 1/14/2025 in #help
Parameter validation
oh okay I got it!
10 replies
CCoder.com
Created by Kbs56 on 1/2/2025 in #help
Coder RDS IAM Auth
closing this then!
46 replies
CCoder.com
Created by Kbs56 on 1/2/2025 in #help
Coder RDS IAM Auth
no worries, just wanted to make sure we didn't forget you :-)
46 replies
CCoder.com
Created by Kbs56 on 1/2/2025 in #help
Coder RDS IAM Auth
nice!
46 replies
CCoder.com
Created by SpaceMoehre-i-nator™ on 1/8/2025 in #help
Websockets not working, despite all healthy
@SpaceMoehre-i-nator™ did you figure this out?
5 replies
CCoder.com
Created by Kbs56 on 1/2/2025 in #help
Coder RDS IAM Auth
hey @Kbs56, any luck with this?
46 replies
CCoder.com
Created by bicboi5622 on 11/26/2024 in #help
Workspace unhealthy + Advise on big picture
could you send your coder.env file (or docker-compose.yml) over?
23 replies