dokploy
dokploy copied to clipboard
Add support for setting custom Traefik entrypoint for a domain
What problem will this feature address?
Currently, all application domains configured over Dokploy creates Trafik route with entrypoints "web" and "websecure", which is good default, but is limiting if you would like to manage more entrypoints.
Describe the solution you'd like
- Introduce from field for setting custom entrypoint in applicatino Domain form
- If custom entrypoint is set Traefik configuration will use defined entrypoint instead of default ones
Describe alternatives you've considered
As workaround, after application domain is created, Traefik file configuration can be manually changed to use desired entrypoints
Additional context
No response
Will you send a PR to implement it?
Yes
This feature is very useful for use dokploy along another self managed service of traefik and alway need rewrite my compose files