bpmct
CCoder.com
•Created by Andrej on 3/10/2025 in #help
OpenStack provider authentication
Also, can definitely import parameters and other data sources into the provider block as far as I can tell
25 replies
CCoder.com
•Created by Andrej on 3/10/2025 in #help
OpenStack provider authentication
It would require some pretty fancy template magic. Plus, when you push the template you'd have to have some fallback "default" user since no user is specified then
25 replies
CCoder.com
•Created by Andrej on 3/10/2025 in #help
OpenStack provider authentication
You could potentially use OIDC on OpenStack + External Auth to ask the user to link their openstack account, then pass that token to the provider:
- https://docs.mirantis.com/mosk/latest/user/federation-curl.html
- https://coder.com/docs/admin/external-auth
25 replies
CCoder.com
•Created by Shawinder Jit Singh on 3/7/2025 in #help
is there Disable clipboard option so no code will be copy outside browser :code-server ?
Hey, we're exploring something in our product called "data loss prevention" that will prevent copy paste that we have in the second half of the year. It will be a paid feature as it is security/governance related. alternatively, you could look at something like browserbox or kasm
11 replies
CCoder.com
•Created by sharkymark on 3/20/2025 in #help
are the latest mainline releases on brew?
@Stephen
9 replies
CCoder.com
•Created by saun on 3/1/2025 in #help
How to build a custom private image using coder's docker template?
A blog would be awesome and we would happily repost (cc @Marco). We are also working on a community registry with a bunch of templates. Stay tuned there
63 replies
CCoder.com
•Created by Alessandro De Maria on 3/3/2025 in #help
disable-shiftfs-on-fuse?
Hey, I'm not sure if envbox supports this setting. You could either A) directly run sysbox on the host or B) submit a PR to envbox or take a look.
If you must use envbox and can't create a PR, an issue with your steps would be really helpful
6 replies
CCoder.com
•Created by ovalgee on 3/4/2025 in #help
After user login with OIDC from password, that can switch back.
Hey, we don't support switching back from an OIDC account to user/pass.
If you need to reset the admin account, you can use this CLI command: https://coder.com/docs/reference/cli/server_create-admin-user
4 replies
CCoder.com
•Created by ShamesBond on 8/27/2024 in #help
Authorize coder workspace to access forwarded port urls
Ah I see. yeah, we don't currently allow workspace->workspace connections unless you expose something on the infra layer and use internal networking
12 replies
CCoder.com
•Created by ShamesBond on 8/27/2024 in #help
Authorize coder workspace to access forwarded port urls
We have some docs on our support for CORS here https://coder.com/docs/networking/port-forwarding#cross-origin-resource-sharing-cors. Does any of this help?
12 replies
CCoder.com
•Created by ShamesBond on 8/27/2024 in #help
Authorize coder workspace to access forwarded port urls
Hey, I think I'm following. Are users interacting with these apps via subdomain
coder_apps
?
I imagine if they are port forwarding using VS Code desktop and both were localhost, this wouldn't be a problem?12 replies
CCoder.com
•Created by TitiMoby on 8/29/2024 in #help
How to access logs?
Hey, what are you using to host Coder?
8 replies
CCoder.com
•Created by ShamesBond on 6/11/2024 in #help
Upgrading AWS EC2 based coder server
Hey, you can just use the install script in the VM!
5 replies
CCoder.com
•Created by ashhh on 2/23/2024 in #help
Error on getting the build logs
We do plan on supporting this, but a bit later in the year (likely April to June)!
23 replies
CCoder.com
•Created by André König on 3/16/2023 in #help
HTTPS leads to 502 Bad Gateway
Yep, it's tunneled through a Tailscale network over HTTPS (through Coder's access URL)
13 replies
CCoder.com
•Created by André König on 3/16/2023 in #help
HTTPS leads to 502 Bad Gateway
For now, if you were to disable certs on
code-server
, do any of your use cases break?
It's not technically less secure because traffic still goes through TLS back to Coder and for the user.13 replies
CCoder.com
•Created by André König on 3/16/2023 in #help
HTTPS leads to 502 Bad Gateway
We still plan on supporting internal HTTPS apps via
coder_app
, but it would work for self-signed certs too. For the browser, the cert is secure since it uses the certificate from the Coder server and not the app.13 replies
CCoder.com
•Created by André König on 3/16/2023 in #help
HTTPS leads to 502 Bad Gateway
Yeah. All traffic from is encrypted over a HTTPS tunnel and users connect to the app through a reverse proxy.
13 replies
CCoder.com
•Created by André König on 3/16/2023 in #help
HTTPS leads to 502 Bad Gateway
Ah, because of the TLS certificates?
13 replies
CCoder.com
•Created by André König on 3/16/2023 in #help
HTTPS leads to 502 Bad Gateway
I see, but code-server is still running within the workspace itself right? Or is it on some other machine on the tailnet?
I'm wondering why you need the URL to be the tailnet domain instead of localhost in
coder_app
13 replies