thy
thy
CCoder.com
Created by White Fox on 5/25/2024 in #help
initialize terraform: exit status 1
there's nothing we can really do to help with this. you can try and cache providers to use terraform offline, but that's about it
5 replies
CCoder.com
Created by flyerzrule on 4/3/2024 in #help
Error: couldn't parse owner groups ""
bad release
18 replies
CCoder.com
Created by flyerzrule on 4/3/2024 in #help
Error: couldn't parse owner groups ""
this should be fixed now in v0.20.1 now
18 replies
CCoder.com
Created by sharkymark on 2/6/2023 in #help
Any clue what's causing this on `coder server` on a mac?
we can also chat in slack
7 replies
CCoder.com
Created by sharkymark on 2/6/2023 in #help
Any clue what's causing this on `coder server` on a mac?
can you access https://pit-1.try.coder.app/ from your browser?
7 replies
CCoder.com
Created by sharkymark on 2/6/2023 in #help
Any clue what's causing this on `coder server` on a mac?
yeah, looks like borked dns
7 replies
CCoder.com
Created by modrin on 1/18/2023 in #help
Question/clarification about codercom/enterprise-base image
1. there was a bug with sysbox where newer versions of containerd couldn't run inside of sysbox. we pinned it to the last working version 2. since we're not running systemd in normal containers, they're unnecessary 3. same as above 4. our image is a bit more versatile in the sense it can run in or out of sysbox, so we don't use systemd as the entrypoint, since that only works in sysbox as for the homebrew q, for docker based dev envs you normally want to include everything you need in the Dockerfile, rather than installing it once inside the container
3 replies
CCoder.com
Created by nyxalis. on 1/17/2023 in #help
It has been a while since I have install/used coder Please Help
coder server has to be running for the built-in postgres to be up
12 replies
CCoder.com
Created by Johan Siebens on 1/12/2023 in #help
Is it possible to let a reverse proxy handle authentication?
4 replies
CCoder.com
Created by Johan Siebens on 1/12/2023 in #help
Is it possible to let a reverse proxy handle authentication?
CLI use might be impacted though, I'm not sure how that would have to work
4 replies
CCoder.com
Created by Johan Siebens on 1/12/2023 in #help
Is it possible to let a reverse proxy handle authentication?
Interesting, that's definitely something we can look into doing! I imagine it would "work" right now, but you would just have to login twice.
4 replies
CCoder.com
Created by Sharp on 1/12/2023 in #help
host volumes from dind on kubernetes
glad to hear! reach back out if you have any more questions 😃
25 replies
CCoder.com
Created by Sharp on 1/12/2023 in #help
host volumes from dind on kubernetes
i don't think dind is doing anything really special so it should work just fine on our image, if it doesn't work you can try taking something from here: https://github.com/docker-library/docker/blob/023a45d6e2a9009fdf01da87499c6f9ca6e27bef/23.0-rc/dind/Dockerfile
25 replies
CCoder.com
Created by Sharp on 1/12/2023 in #help
host volumes from dind on kubernetes
yeah, sysbox is basically a wrapper around a privileged container to make it safer
25 replies
CCoder.com
Created by Sharp on 1/12/2023 in #help
host volumes from dind on kubernetes
if that's acceptable
25 replies
CCoder.com
Created by Sharp on 1/12/2023 in #help
host volumes from dind on kubernetes
you can do dind if you make the workspace container privileged, instead of a sidecar
25 replies
CCoder.com
Created by Sharp on 1/12/2023 in #help
host volumes from dind on kubernetes
unless this is a PoC for a larger k8s deploy
25 replies
CCoder.com
Created by Sharp on 1/12/2023 in #help
host volumes from dind on kubernetes
if you don't need to provision on >1 node you could just use docker to spawn workspaces
25 replies
CCoder.com
Created by Sharp on 1/12/2023 in #help
host volumes from dind on kubernetes
so it's mounting the test folder in the sidecar, not your workspace
25 replies
CCoder.com
Created by Sharp on 1/12/2023 in #help
host volumes from dind on kubernetes
this is likely because your docker daemon is running in a sidecar
25 replies