Replies: 5 comments 3 replies
-
Thanks for this. Where is your docker-compose.yml for Traefik? Did you create it in |
Beta Was this translation helpful? Give feedback.
-
Thanks for this post as it saved me a lot of headache. |
Beta Was this translation helpful? Give feedback.
-
@aleee-idk Does this also work with nginx proxy manager? And if so, can you guide me on how to correctly set it up? |
Beta Was this translation helpful? Give feedback.
-
There seems to be a lot of "magic" happening behind the scenes that causes restrictions and confusion when straying off the intended path 🤔 Using And if you try and revere proxy to the I can only get it to work by revere proxying to port |
Beta Was this translation helpful? Give feedback.
-
Hello!
I strugle for a couples of days for how to setup coolify behind another reverse proxy (Caddy in my case) without having duplicate certificates. For applications this wasn't a problem since I can control the traefik labels attached to the docker compose, but for services those labels are generated automatically and it adds the https routes and certresolver.
I knew the solutions couldn't be to complicated since coolify allows a lot of control over the proxy but the auto-generated labels gave me a lot of headache.
The solution in the end was to setup the domain of the service with
HTTP
(noHTTPS
), with this simple action, the auto-generated TLS labels aren't included.In retrospective it was pretty obvious but easily overlooked, I would suggest to add in the documentation or in the info popup this this behavior.
Here is my config in case somebody else is having a hard time:
Service example:
Treafik docker-compose.yml
Beta Was this translation helpful? Give feedback.
All reactions