mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 14:23:02 +02:00
Surface the mDNS network browser (netbrowse at network.local) from the WebUI: a radar icon in the topbar and a Network Browser entry under Status > Network, both opening it in a new tab. Like the console, this is a config-gated capability; fold the console and netbrowse enable flags into a single infix-services web read at login (DetectWebShortcuts) and render each entry only when enabled, fail-closed on a read error. The link is a static https://network.local/ since netbrowse is a fixed name-based vhost. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>