dokploy
dokploy copied to clipboard
Ability to set custom paths for proxy and domain management
What problem will this feature address?
iam trying to configure some details related to supabase deploying , and it requires custom path edits like the ones nginx offer
, but iam unable to configure it in Dokploy so its making a problem .
Describe the solution you'd like
add more configuration options
Describe alternatives you've considered
allow to replace the proxy management with something like nginx proxy manager
Additional context
No response
Will you send a PR to implement it?
no
Adding the ability to strip/configure paths when rewriting/proxying could be helpful - that way, compose/templates like the one I made for Rybbit (https://github.com/Dokploy/templates/pull/143) can be simplified (won't need to introduce an additional reverse proxy to strip the /api path when rewriting the request to the backend).