Skip to content

Commit 2b63beb

Browse files
Update README.md with clear text
1 parent 6ed4404 commit 2b63beb

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,24 @@ apiVersion: v1
5757
kind: Secret
5858
metadata:
5959
name: <release-name>-client-info
60-
data:
61-
client-info.yaml: |-
62-
Y2xpZW50czoKLSBob3N0OiAxOTIuMTY4LjEuMQogIGh0dHBzOiBmYWxzZQogIHBhc3N3b3JkOiBwYXNzd29yZAogIHBvcnQ6IDUwMDAKICB1c2VybmFtZTogdXNlcm5hbWUKLSBob3N0OiAxOTIuMTY4LjEuMQogIGh0dHBzOiBmYWxzZQogIHBhc3N3b3JkOiBwYXNzd29yZAogIHBvcnQ6IDUwMDEKICB1c2VybmFtZTogdXNlcm5hbWU=
60+
stringData:
61+
client-info.yaml: |
62+
clients:
63+
- host: 192.168.1.1
64+
https: false
65+
password: changeme
66+
port: 5000
67+
username: changeme
68+
- host: 192.168.1.1
69+
https: true
70+
password: changeme
71+
port: 5001
72+
username: changeme
6373
```
6474
6575
It's a good practice to create a dedicated user for accessing the Diskstation Manager (DSM) application.
6676
Your user needs to be a member of the `administrators` group and have permission to access the `DSM` application.
67-
You can reject any other permissions.
77+
You can safely reject all other permissions.
6878

6979
## Local Development
7080

0 commit comments

Comments
 (0)