2023-09-29 21:01:11 +03:00
---
title: Nextcloud
description: Nextcloud Widget Configuration
---
Use username & password, or the `NC-Token` key. Information about the token can be found under **Settings** > **System** . If both are provided, NC-Token will be used.
Allowed fields: `["cpuload", "memoryusage", "freespace", "activeusers", "numfiles", "numshares"]` .
Note "cpuload" and "memoryusage" were deprecated in v0.6.18 and a maximum of 4 fields can be displayed.
```yaml
widget:
2023-10-17 23:26:55 -07:00
type: nextcloud
url: https://nextcloud.host.or.ip:port
key: token
2023-09-29 21:01:11 +03:00
```
```yaml
widget:
2023-10-17 23:26:55 -07:00
type: nextcloud
url: https://nextcloud.host.or.ip:port
username: username
password: password
2023-09-29 21:01:11 +03:00
```