11 lines
782 B
Plaintext
11 lines
782 B
Plaintext
# SMB shares exported by Setillo (100.125.0.20) - Synology DS223j
|
|
# Accessible via Tailscale only (no LAN IP reachable from other hosts)
|
|
# Credentials: username=vish, password="REDACTED_PASSWORD" as Atlantis>
|
|
#
|
|
# Mounted on homelab-vm at /mnt/setillo_*
|
|
|
|
//100.125.0.20/backups /mnt/setillo_backups cifs credentials=/etc/samba/.setillo_credentials,vers=3.0,_netdev,nofail 0 0
|
|
//100.125.0.20/docker /mnt/setillo_docker cifs credentials=/etc/samba/.setillo_credentials,vers=3.0,_netdev,nofail 0 0
|
|
//100.125.0.20/PlexMediaServer /mnt/setillo_plex cifs credentials=/etc/samba/.setillo_credentials,vers=3.0,_netdev,nofail 0 0
|
|
//100.125.0.20/syncthing /mnt/setillo_syncthing cifs credentials=/etc/samba/.setillo_credentials,vers=3.0,_netdev,nofail 0 0
|