-
I have most of my services behind Authelia, so obviously attempting to get the status of those is going to fail if I'm using HTTP. How can I reliably get their status? Local ports? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yeah I guess local ports is the way with |
Beta Was this translation helpful? Give feedback.
-
I wanted to add the Gatus widget on Homepage (https://gethomepage.dev/latest/widgets/services/gatus/), having Gatus behing Authelia. What I did is that I added an exception in Authelia to bypass auth when connexions come from my internal Docker network :
|
Beta Was this translation helpful? Give feedback.
Yeah I guess local ports is the way with
http://localhost:<PORT>
.