homepage/docs/widgets/services/nextcloud.md
shamoon 19c25713c4 Run pre-commit hooks over existing codebase
Co-Authored-By: Ben Phelps <ben@phelps.io>
2023-10-18 09:49:33 -07:00

657 B

title, description
title description
Nextcloud 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.

widget:
  type: nextcloud
  url: https://nextcloud.host.or.ip:port
  key: token
widget:
  type: nextcloud
  url: https://nextcloud.host.or.ip:port
  username: username
  password: password