You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have domains with different dns providers, and I want to set up multiple dns challenges for Let's Encrypt. I can do that in the traefik config but I need a way of choosing which certificates resolver to use when adding a domain.
What problem will this feature address?
I have domains with different dns providers, and I want to set up multiple dns challenges for Let's Encrypt. I can do that in the traefik config but I need a way of choosing which certificates resolver to use when adding a domain.
Currently the resolver list is hardcoded here:
dokploy/apps/dokploy/components/dashboard/compose/domains/add-domain.tsx
Lines 416 to 418 in 379ea2a
Describe the solution you'd like
I would like the resolver list to be customisable, so I can add my additional certificate resolvers to this dropdown.
Describe alternatives you've considered
I have thought about manually editing the config for an app after adding a domain.
Additional context
This is how my traefik config looks
I would like to add
letsencrypt_hetzner
andletsencrypt_route53
as certificate resolvers.Will you send a PR to implement it?
Maybe, need help
The text was updated successfully, but these errors were encountered: