Capability to tweak CORS config of an app
-
Some apps, such as n8n, depend on custom reverse proxy config, for their core functioning. (See:
https://forum.cloudron.io/topic/9011/bug-cors-error,
https://community.n8n.io/t/cors-error-in-scenario-where-reverse-proxy-manipulation-is-not-available/25054
)As Cloudron currently does not provide that facility, for use-cases where such config is essential, having the app on Cloudron becomes irrelevant.
Thus, need that functionality within Cloudron.
-
-
@shrey thanks! I adjusted the title to be CORS specific. I think adding arbitrary reverse proxy config is quite unlikely. If we allow arbit configs , then we have to somehow make sure nginx doesn't stop working with invalid configs etc. Also, Cloudron itself has nginx configuration, we have to make sure things don't conflict. It's just too generic/flexible.
-
Did anyone ever find a solution to this?