Tobias G
Tobias G
CCoder.com
Created by Tobias G on 7/8/2024 in #help
Copying from Coder host to Docker Template
Hey all, I'm trying to build a docker image on the coder host dynamically (unfortunately, I cannot use another external platform due to license issues). The problem is, that the installer has severy GBs, so it's too large to put it next to the Dockerfile. I tried to overcome this by copying the installer from the host's filesystem with "COPY" in docker, but appearently the file cannot be found. Can anyone help me with that? Thanks
10 replies
CCoder.com
Created by Tobias G on 12/1/2023 in #help
Password for authenticating workspaces with external services
Hey, I'm setting up a coder environment for a internal setup, and I'm wondering if it's possible to let a user type in a username/password for a internal service (e.g. fileshare), (or access the user password with terraform. I thought about letting the user type in a password as a workspace parameter, but obviously that's not secretly stored, and it's even impossible to hide it in the workspace parameters as there is nothing "type = password" in the parameters. I'm thankful for any help!
23 replies