tboerger
tboerger
TTask
Created by peini7 on 4/30/2025 in #help
How do use double quotes in cmd on windows?
Have you tried to escape the quotes with a backslash or backticks?
2 replies
TTask
Created by sedyh on 5/20/2025 in #help
No direct alternative to VAR ?= VALUE from make
I'm using variables like this: env: GEXEC_LOG_LEVEL: "{{ .GEXEC_LOG_LEVEL | default "debug" }}"
3 replies
CCoder.com
Created by tboerger on 10/10/2024 in #help
Restrict access for Gitlab Auth
Found the solution on my own by try and error. I got to assign the env variables CODER_OIDC_GROUP_FIELD=groups and CODER_OIDC_ALLOWED_GROUPS=foo/bar/coder to get it working as expected.
4 replies