dakeyras
dakeyras
CCoder.com
Created by ghg 👑 on 4/9/2024 in #help
Stuck on docker_image.main
Do you try to build our docker image with docker build cli to be sure they are no errors in tour dockerfile
9 replies
CCoder.com
Created by Conor on 4/9/2024 in #help
Accessing an sql server from outside the workspace
Hi, You can use an coder_app https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app in your template with share = public or use SSH ssh -L 1433:localhost:1433 coder.MYWORKSPACE
5 replies
CCoder.com
Created by correctamundo on 4/11/2024 in #help
Internal error exchanging Oauth code
strange we have a coder platform with an autosigned cert and with this bind mount only health tab are OK we have set also CODER_TLS_CLIENT_CA_FILE
12 replies
CCoder.com
Created by correctamundo on 4/11/2024 in #help
Internal error exchanging Oauth code
Hello can you try to add a volume bin in your docker-compose file volumes: ... - ./volumes/ssl/cert.pem://etc/ssl/certs/internal-pki.pem
12 replies