glance icon indicating copy to clipboard operation
glance copied to clipboard

mDNS support for `monitor` widget

Open RitwickVerma opened this issue 8 months ago • 1 comments

Description

Hi, I have my services accessible locally with mDNS (avahi) instead of running a full-blown DNS server. Using the http://*.local:{port} does not work and I get a "ERROR" status even though the the service is accessible through IP address (both via curl and putting the IP address for url instead of mDNS name in the widget).

Is it possible to use monitor widget with services accessible via mDNS?

RitwickVerma avatar Mar 17 '25 02:03 RitwickVerma

Hey, if you're running Glance in Docker then this is due to Docker and not Glance itself. Have a look at #457.

svilenmarkov avatar Mar 17 '25 17:03 svilenmarkov