Synology: Inform about url encoded values

This commit is contained in:
Richard Kapička 2024-12-13 17:38:55 +01:00
parent 5bc67137f6
commit a45b1dc9ad
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ An optional 'volume' parameter can be supplied to specify which volume's free sp
Allowed fields: `["uptime", "volumeAvailable", "resources.cpu", "resources.mem"]`. Allowed fields: `["uptime", "volumeAvailable", "resources.cpu", "resources.mem"]`.
Username & password will be part of the url. You should use URL encoded value!
To access these system metrics you need to connect to the DiskStation (`DSM`) with an account that is a member of the default `Administrators` group. That is because these metrics are requested from the API's `SYNO.Core.System` part that is only available to admin users. In order to keep the security impact as small as possible we can set the account in DSM up to limit the user's permissions inside the Synology system. In DSM 7.x, for instance, follow these steps: To access these system metrics you need to connect to the DiskStation (`DSM`) with an account that is a member of the default `Administrators` group. That is because these metrics are requested from the API's `SYNO.Core.System` part that is only available to admin users. In order to keep the security impact as small as possible we can set the account in DSM up to limit the user's permissions inside the Synology system. In DSM 7.x, for instance, follow these steps:
1. Create a new user, i.e. `remote_stats`. 1. Create a new user, i.e. `remote_stats`.

View File

@ -9,6 +9,8 @@ Note: the widget is not compatible with 2FA.
Allowed fields: `["leech", "download", "seed", "upload"]`. Allowed fields: `["leech", "download", "seed", "upload"]`.
Username & password will be part of the url. You should use URL encoded value!
```yaml ```yaml
widget: widget:
type: downloadstation type: downloadstation