Pascal Breuninger

Results 221 comments of Pascal Breuninger

@scottwn This issue is about single file mounts not working on kubernetes, what you're describing sounds like a different problem to me. Would be great if you could open a...

Hi @AnhQuanTrl , thanks for reporting the issue! I think you've hit a missing feature of DevPod with the combination of docker compose `name:port` syntax. We'll fix this

hey @erikpb, that's because you need root permissions to bind to port 80 on your host machine. Using another port > 1000 should work

@solesensei does this issue still exist in newer versions of DevPod?

Hi @cgravill, thanks for opening the issue. To be honest, I see this more on the users responsibility than on DevPods, as we can't possibly know how you'll be using...

We're not using the host config for `autocrlf`, only for the email and the credential helper. Setting `core.autocrlf=false`, `core.eol=lf` and gitattributes `text=auto` pre-clone would definitely be an option. I'd have...

Hey @omniproc, we've just release v0.0.15 of the ssh provider. Does this fix your issue?

@jzazo @rodenj1 can you try to use the [USE_BUILTIN_SSH](https://github.com/loft-sh/devpod-provider-ssh?tab=readme-ov-file#windows) provider option? If this doesn't work I'd need more information on your setups

@jzazo You'll need to specify the IdentityFile separetely in your ssh config if you need to use the builtin ssh client, check out [this section](https://github.com/loft-sh/devpod-provider-ssh?tab=readme-ov-file#windows) in the ssh provider

@faisal-fida If you still experience the problem please let us know, until then I'm closing the issue