glance
glance copied to clipboard
Syncthing Server Status Widget
Description
Please add support for displaying Syncthing server status (online/offline, sync speed, device states) in a widget. Syncthing offers a simple REST API (/rest/system/status, /rest/stats/device) that can be polled easily. Currently, there's no native way to monitor Syncthing via Glance without switching to a separate panel. Helps users running home servers or small networks to track sync activity directly from the Glance dashboard.
Hey, you can create custom-api widget to achieve this functionality right now! Check out the custom-api widget docs for how you can make a custom widget from api calls.