Manu
Manu
Hi folks, Firstofall, thanks for the amazing lib. I find it clean and efficient. 🤩 Documentation is great too, and I could setup the basics in Azure thanks to the...
I find it quite hard to find a working dashboard to get metrics on my host and the linked app. I have followed the instruction in the README file and...
I would like to redirect http to https based on a regex, and *exclude* one domain. Something like: ``` [entryPoints.http.redirect] regex = "^http://(?!to.exclude.com).*$" ``` Unfortunately, `(?!)` is not supported in...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Example public repository https://github.com/ebreton/coolify-issue ### Description When I create an application with the...
I would like to reduce the connection timeout to 5 seconds when connecting to my hosts , through a ProxyJump The ~/.ssh/config file is properly set on my host: ```...