You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we run cachet in docker behind a reverse proxy and noticed that all urls in notification mails are wrong.
Urls are always http://ip.address:port instead of https://status.ourpublicdomain.com.
I tried to fix it with environment variables like:
But nothing of these seems to work.
We have also set the public url in "administration configuration" of cachet, but this seems only affect the URL on the status page links.
Is there any way to get the this working ?
Maybe urls in mails should be generated with url given in cachet administration options ?
Thanks in advanced
The text was updated successfully, but these errors were encountered:
I'm running this behind a proxy and I'm not having this issue at all. Make sure you have the TRUSTED_PROXIES environment variable set to either the IP address(es) of your proxy, or to *.
Hello, we run cachet in docker behind a reverse proxy and noticed that all urls in notification mails are wrong.
Urls are always http://ip.address:port instead of https://status.ourpublicdomain.com.
I tried to fix it with environment variables like:
But nothing of these seems to work.
We have also set the public url in "administration configuration" of cachet, but this seems only affect the URL on the status page links.
Is there any way to get the this working ?
Maybe urls in mails should be generated with url given in cachet administration options ?
Thanks in advanced
The text was updated successfully, but these errors were encountered: