2024-12-24, 05:09 AM
I have a job setup to transfer from my main storage NAS over to my jellyfin server running Alpine Linux over FTP. The issue is when the files get transferred the user account has access to them, but the jellyfin service account does not. I currently have a script that runs 8 hours after the transfer that just 777's all files, but this means that from 1 AM to 9 AM that there is no way to view the content hosted. I tried adding the jellyfin to the transfer accounts group, but it appears to have a great deal of issues reading from said files. The NAS is a asustor nas running on the latest version of their software. Is there any way of getting this to work without needing the script?
I did try NFS and rsync. NFS kept dropping for some reason, and rsync would only create empy directory with a file with the name of the content but no data.
I did try NFS and rsync. NFS kept dropping for some reason, and rsync would only create empy directory with a file with the name of the content but no data.