This application is deployed on TrueNAS but relies on operating system objects that may be lost during reboots or upgrades.
//192.168.1.23/DOCS2 /mnt/DOCS1/Media/Movies cifs credentials=/root/.smbcredentials,vers=3.0,uid=0,gid=0,file_mode=0644,dir_mode=0755,actimeo=1,nounix,_netdev,x-systemd.automount,x-systemd.idle-timeout=30s 0 0 //192.168.1.27/DOCS2 /mnt/DOCS1/Media/Media cifs credentials=/root/.smbcredentials,vers=1.0,uid=0,gid=0,file_mode=0644,dir_mode=0755,actimeo=1,nounix,_netdev,x-systemd.automount,x-systemd.idle-timeout=30s 0 0 sudo mount -a
sudo nano /mnt/.ix-apps/app_mounts/copyparty/data/copyparty.conf
[accounts]
admin: APassword
theteam: AnotherPassword
[/] # this URL will be mapped to...
/srv # ...this folder on the server filesystem
[/tv]
/media/TV
accs:
r: theteam
[/tv comedy]
/media/TV Comedy Series
accs:
r: theteam
[/movies]
/movies
accs:
r: theteam
rw: admin