diff --git a/docs/widgets/services/dockhand.md b/docs/widgets/services/dockhand.md new file mode 100644 index 000000000..152c9ccef --- /dev/null +++ b/docs/widgets/services/dockhand.md @@ -0,0 +1,17 @@ +--- +title: Dockhand +description: Dockhand Widget Configuration +--- + +Learn more about [Dockhand](https://dockhand.pro/). + +The widget reads `/api/dashboard/stats` from your Dockhand instance. It currently supports Dockhand's **local** authentication only. + +```yaml +widget: + type: dockhand + url: http://localhost:3001 + environment: local # optional: name or id; aggregates all when omitted + username: your-user # required for local auth + password: your-pass # required for local auth +``` diff --git a/docs/widgets/services/index.md b/docs/widgets/services/index.md index 8110a7fc4..190dddec7 100644 --- a/docs/widgets/services/index.md +++ b/docs/widgets/services/index.md @@ -32,6 +32,7 @@ You can also find a list of all available service widgets in the sidebar navigat - [Deluge](deluge.md) - [DeveLanCacheUI](develancacheui.md) - [DiskStation](diskstation.md) +- [Dockhand](dockhand.md) - [DownloadStation](downloadstation.md) - [Emby](emby.md) - [ESPHome](esphome.md) diff --git a/mkdocs.yml b/mkdocs.yml index 2a21cbfc6..a7bc0d87b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,6 +56,7 @@ nav: - widgets/services/deluge.md - widgets/services/develancacheui.md - widgets/services/diskstation.md + - widgets/services/dockhand.md - widgets/services/downloadstation.md - widgets/services/emby.md - widgets/services/esphome.md