From b3f65fb54164c807f28361fa119a1dbcf3912c26 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:47:30 -0800 Subject: [PATCH] docs --- docs/widgets/services/dockhand.md | 17 +++++++++++++++++ docs/widgets/services/index.md | 1 + mkdocs.yml | 1 + 3 files changed, 19 insertions(+) create mode 100644 docs/widgets/services/dockhand.md 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