2019-01-27 19:11:52 +00:00
|
|
|
systemd_mounts:
|
|
|
|
diskstation_media:
|
|
|
|
share: //diskstation/media
|
|
|
|
mount: /mnt/diskstation/media
|
|
|
|
type: cifs
|
|
|
|
options:
|
2019-02-07 18:38:51 +00:00
|
|
|
- rw
|
|
|
|
- credentials=/etc/creds/.diskstation_credentials
|
|
|
|
- uid=1000
|
2019-01-27 19:11:52 +00:00
|
|
|
automount: true
|
|
|
|
diskstation_music:
|
|
|
|
share: //diskstation/music
|
|
|
|
mount: /mnt/diskstation/music
|
|
|
|
type: cifs
|
|
|
|
options:
|
2019-02-07 18:38:51 +00:00
|
|
|
- rw
|
|
|
|
- credentials=/etc/creds/.diskstation_credentials
|
|
|
|
- uid=1000
|
|
|
|
automount: true
|
|
|
|
|
|
|
|
diskstation_ebook:
|
|
|
|
share: //diskstation/ebook
|
|
|
|
mount: /mnt/diskstation/ebook
|
|
|
|
type: cifs
|
|
|
|
options:
|
|
|
|
- rw
|
|
|
|
- credentials=/etc/creds/.diskstation_credentials
|
|
|
|
- uid=1000
|
|
|
|
automount: true
|
|
|
|
diskstation_photo:
|
|
|
|
share: //diskstation/photo
|
|
|
|
mount: /mnt/diskstation/photo
|
|
|
|
type: cifs
|
|
|
|
options:
|
|
|
|
-rw
|
|
|
|
- credentials=/etc/creds/.diskstation_credentials
|
|
|
|
- uid=1000
|
2019-01-27 19:11:52 +00:00
|
|
|
automount: true
|
2019-02-07 18:38:51 +00:00
|
|
|
diskstation_home:
|
|
|
|
share: //diskstation/home
|
|
|
|
mount: /mnt/diskstation/home
|
|
|
|
type: cifs
|
|
|
|
options:
|
|
|
|
- rw
|
|
|
|
- credentials=/etc/creds/.diskstation_credentials
|
|
|
|
- uid=1000
|
|
|
|
automount: true
|
|
|
|
diskstation_keepass:
|
|
|
|
share: https://diskstation.ducamps.win\:5006/home/keepass
|
|
|
|
mount: /mnt/diskstation/keepass
|
|
|
|
type: davfs
|
|
|
|
options:
|
|
|
|
- rw
|
|
|
|
- uid=1000
|
|
|
|
automount: true
|
|
|
|
|
|
|
|
share_credential_file:
|
|
|
|
samba_dikstation:
|
|
|
|
path: /etc/creds/.diskstation_credentials
|
|
|
|
content:
|
|
|
|
- username=admin
|
|
|
|
- password=XiEhusW6
|
|
|
|
- domain=WORKGROUP
|
|
|
|
davfs:
|
|
|
|
path: /etc/creds/.diskstation_credentials
|
|
|
|
content:
|
|
|
|
- https://diskstation.ducamps.win:5006/home/keepass admin XiEhusW6
|
|
|
|
|
2019-01-27 19:11:52 +00:00
|
|
|
|
|
|
|
systemd_mounts_enabled:
|
|
|
|
- diskstation_media
|
2019-02-07 18:38:51 +00:00
|
|
|
- diskstation_music
|
|
|
|
- diskstation_ebook
|
|
|
|
- diskstation_photo
|
|
|
|
- diskstation_home
|
|
|
|
- diskstation_keepass
|