mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-04 17:21:20 -07:00
Some checks failed
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Docs / Linting Checks (push) Has been cancelled
Docs / Test Build Docs (push) Has been cancelled
Docs / Build & Deploy Docs (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Crowdin Action / Crowdin Sync (push) Has been cancelled
25 lines
660 B
Markdown
25 lines
660 B
Markdown
---
|
|
title: UniFi Drive
|
|
description: UniFi Drive Widget Configuration
|
|
---
|
|
|
|
Learn more about [UniFi Drive](https://ui.com/integrations/network-storage).
|
|
|
|
## Configuration
|
|
|
|
Displays storage statistics from your UniFi Network Attached Storage (UNAS) device. Requires a local UniFi account with at least read privileges.
|
|
|
|
Allowed fields: `["total", "used", "available", "status"]`
|
|
|
|
```yaml
|
|
widget:
|
|
type: unifi_drive
|
|
url: https://unifi.host.or.ip
|
|
username: your_username
|
|
password: your_password
|
|
```
|
|
|
|
!!! tip
|
|
|
|
If you enter incorrect credentials and receive an "API Error", you may need to recreate the container or restart the service to clear the cache.
|