From cd16df2b555dd5104660904dd3bc4bc461c316de Mon Sep 17 00:00:00 2001 From: dhrions <95374964+dhrions@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:26:40 +0100 Subject: [PATCH] Update nextcloud.md Add precisions on how get the key or a specific way to get dedicated username and password. --- docs/widgets/services/nextcloud.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/widgets/services/nextcloud.md b/docs/widgets/services/nextcloud.md index 1e9d53f9..26c49d93 100644 --- a/docs/widgets/services/nextcloud.md +++ b/docs/widgets/services/nextcloud.md @@ -3,7 +3,11 @@ 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. +Use username & password, or the `NC-Token` key. +Information about the token can be found under **Settings** > **System** (my.nextcloud.domain/settings/admin/serverinfo, at the bottom of the page). +A username & a password dedicated to homepage can be used for more security (my.nextcloud.domain/settings/user/security, at the bottom of the page). +If both are provided, NC-Token will be used. + Allowed fields: `["cpuload", "memoryusage", "freespace", "activeusers", "numfiles", "numshares"]`.