mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-07 16:30:52 +08:00
docs
This commit is contained in:
17
docs/widgets/services/dockhand.md
Normal file
17
docs/widgets/services/dockhand.md
Normal file
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user