Randy Fay

Results 2335 comments of Randy Fay

You may want to experiment with this a little locally. It's not a hard idea. You disable ddev-router, then in your project configuration, you use `host_webserver_port: 80` (or whatever you...

Equinox is gone. https://equinox.io/blog/shutting-down So we don't have a source right now for forego arm64. We were using https://bin.equinox.io/c/ekMN3bCZFUn/forego-stable-linux-${TARGETARCH}.tgz Also, there are no releases at all on [ddollar/forego](https://github.com/ddollar/forego). Mostly we're...

If * #3458 is successful this one won't need to be done.

There hasn't been a request for IPv6 support before, but docker support for it is pretty uneven. It's not supported at all on Docker Desktop at this point, https://github.com/docker/for-mac/issues/1432 It...

Actually, I think the problem you're seeing with the ambiguity of "localhost" is a common problem on systems that support ipv6; it's been a while but I've seen it before,...

The thing is, .ddev/config.yaml doesn't currently know about additional services. All the extra info is in `docker-compose.*.yaml`. I guess you could put it in there anyway... Or use post-it notes...

I don't think this will be in the cards any time soon, but contributions are welcome.

Can you please give a concrete example of what you'd like to see?

Why do you use a separate hostname for the frontend, instead of just using a different port? I should note that lots of people use separate projects for this situation,...