Site Tools


copyparty

This is an old revision of the document!


Table of Contents

copyparty

This application is deployed on TrueNAS but relies on operating system objects that may be lost during reboots or upgrades.

/etc/fstab

//192.168.1.23/DOCS2  /mnt/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/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

copyparty.conf

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
copyparty.1762406139.txt.gz · Last modified: by 172.18.0.1