mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-03-27 03:13:06 +00:00
Initial commit
This commit is contained in:
18
config/client-info-template.yml
Normal file
18
config/client-info-template.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
clients:
|
||||
- host: 192.168.1.1
|
||||
port: 5000
|
||||
https: false
|
||||
username: username
|
||||
password: password
|
||||
- host: 192.168.1.2
|
||||
port: 5000
|
||||
https: false
|
||||
username: username
|
||||
password: password
|
||||
|
||||
#host: # ipv4 address or domain of the DSM
|
||||
#port: # port for connecting to the DSM
|
||||
#https: # set this true to use https. you need to specify the port to DSM HTTPS port as well
|
||||
#username: # username
|
||||
#password: # password
|
||||
Reference in New Issue
Block a user