bpmct
bpmct
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
CCoder.com
Created by André König on 3/16/2023 in #help
HTTPS leads to 502 Bad Gateway
Hey - I think you are running into two separate issues: 1. coder_app does not support the https internal server schema yet. In v1, we used to reverse proxy under Coder's own certificate, regardless of what was present within the workspaces: https://github.com/coder/coder/issues/5891 2. coder_app does not proxy non-localhost addresses: https://github.com/coder/coder/issues/4287 We plan to fix these, but haven't gotten around to it yet. I'm not sure I fully understand your use case with Tailscale though, code-server is still running on the same workspace, but you want traffic to go through the tailnet host?
13 replies
CCoder.com
Created by Quwuanta on 2/3/2023 in #help
hi, i am having issues trying to use cloudflare tunnel to access coder outside the local machine.
Are you typing to use coder/coder or coder/code-server? That shouldn't really impact things though... Are othr apps working fine via the tunnel (e.g. a simple HTTP server)
python3 -m http.server 8081
python3 -m http.server 8081
17 replies
CCoder.com
Created by subz on 12/13/2022 in #help
Coder Workspaces as code
No description
16 replies