You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
718 B
28 lines
718 B
---
|
|
title: Nextcloud
|
|
description: Nextcloud Widget Configuration
|
|
---
|
|
|
|
Learn more about [Nextcloud](https://github.com/nextcloud).
|
|
|
|
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:
|
|
type: nextcloud
|
|
url: https://nextcloud.host.or.ip:port
|
|
key: token
|
|
```
|
|
|
|
```yaml
|
|
widget:
|
|
type: nextcloud
|
|
url: https://nextcloud.host.or.ip:port
|
|
username: username
|
|
password: password
|
|
```
|