From 5dd03e61b5903199b656b84bbd2405abd4af2d81 Mon Sep 17 00:00:00 2001 From: Benjamin Zimmer Date: Thu, 8 Aug 2024 10:00:48 +0200 Subject: [PATCH] Diskstation widget: Amend setup instructions in docs At least for my installation it was also necessary to give the new user permission to access the "File Station" application in addition to DSM. This change reflects this discovery in the docs. --- docs/widgets/services/diskstation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/services/diskstation.md b/docs/widgets/services/diskstation.md index 55e28355..3cb4c06f 100644 --- a/docs/widgets/services/diskstation.md +++ b/docs/widgets/services/diskstation.md @@ -18,7 +18,7 @@ To access these system metrics you need to connect to the DiskStation (`DSM`) wi 3. Under the `User Groups` tab of the user config dialogue check the box for `Administrators`. 4. On the `Permissions` tab check the top box for `No Access`, effectively prohibiting the user from accessing anything in the shared folders. 5. Under `Applications` check the box next to `Deny` in the header to explicitly prohibit login to all applications. -6. Now _only_ allow login to the `DSM` application, either by +6. Now _only_ allow login to the `DSM` and `File Station` application, either by - unchecking `Deny` in the respective row, or (if inheriting permission doesn't work because of other group settings) - checking `Allow` for this app, or - checking `By IP` for this app to limit the source of login attempts to one or more IP addresses/subnets.