update synology

This commit is contained in:
fyears 2024-01-20 22:23:46 +08:00
parent 22880d6cf5
commit 0d9da32b00
2 changed files with 4 additions and 4 deletions

View File

@ -38,11 +38,11 @@ Synology DSM 7 is used in this tutorial.
6. In Remotely Save settings, you should input your address as:
`http(s)://<your synology ip or domain>/<shared folder>/<sub folders>`
`http(s)://<your synology ip or domain>:<port>/<shared folder>/<sub folders>`
For example, in the tutorial, the proper url should be:
`http://<ip>/share2/哈哈哈/sub folder`
`http://<ip>:5000/share2/哈哈哈/sub folder`
Username and password should be the user you configured before with read / write permissions to `share2`.

View File

@ -39,11 +39,11 @@
6. 在 Remotely Save 设置页,你的地址应如下格式输入:
`http(s)://<your synology ip or domain>/<shared folder>/<sub folders>`
`http(s)://<your synology ip or domain>:<port>/<shared folder>/<sub folders>`
比如说,本教程里,正确的地址类似于:
`http://<ip>/share2/哈哈哈/sub folder`
`http://<ip>:5000/share2/哈哈哈/sub folder`
用户名和密码是你之前配置了允许读写 `share2` 的那个账号。