Stanislav Zhuk
Stanislav Zhuk
Thanks for pointing this out, now I see it works.
fix: Update to Traefik v3, make Let's Encrypt work with Traefik, fixes #6183, for #5940, fixes #4632
@nickchomey, Do you have `#ddev-generated` in `~/.ddev/traefik/static_config.yaml` ? I think this is the problem because @rfay made changes to this file: ```yaml core: defaultRuleSyntax: v2 ``` I think this should...
fix: Update to Traefik v3, make Let's Encrypt work with Traefik, fixes #6183, for #5940, fixes #4632
These are good points, it's just that when you don't tweak it, you don't see the problem. @nickchomey, please open a new issue, so it doesn't get lost. I think...
I didn't think about adding `ddev_version_constraint` to `install.yaml`, because I was wondering how to make it work with any DDEV that supports `ddev-get` since v1.22.0. Of course `ddev_version_constraint` seems much...
> this basic problem is being handled by updating `config.*.yaml` in some add-ons I wonder how this will work when you have installed multiple add-ons with `ddev_version_constraint` - it will...
Closing this in favor of: - #6433
I would like to hear the opinion about: - #6353 It's still a draft and will be updated/improved, but I think I've already built the most functionality there.
Yes, official add-ons only, I updated the PR description.
It doesn't search by commands, that add-ons might have, it looks at the add-on name. It's just a simpler approach. The name of the phpMyAdmin repo is `ddev-phpmyadmin`, which partially...
@nickchomey > Could it perhaps do a search of all addons, but add some indication when a result is not an official addon? Or perhaps this is something that could...