User Tools

Site Tools


computing:jellyfin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
computing:jellyfin [2026/05/29 21:51] oemb1905computing:jellyfin [2026/06/21 16:08] (current) oemb1905
Line 183: Line 183:
 </code> </code>
  
-Again, this script runs daily and/or manually as needed. Sometimes I setup custom jails for fail2ban, but I am leaving this one stock for now. I think regular fail2ban with apache's and ssh's jails setup should be sufficient. The rest of Jellyfin can now be configured from your web panel.+Again, this script runs daily and/or manually as needed. Sometimes I setup custom jails for fail2ban, but I am leaving this one stock for now. I think regular fail2ban with apache's and ssh's jails setup should be sufficient. The rest of Jellyfin can now be configured from your web panel. Perms for co-locating with nextcloud or other www-data based instances:
  
- --- //[[alerts@haacksnetworking.org|oemb1905]] 2025/11/30 18:33//+<code> 
 +sudo apt install acl -y 
 +sudo setfacl -R -m u:jellyfin:rx /mnt/Storage/hkcloud/oemb1905/files 
 +sudo setfacl -R -m d:u:jellyfin:rx /mnt/Storage/hkcloud/oemb1905/files 
 +sudo setfacl -R -m g:jellyfin:rx /mnt/Storage/hkcloud/oemb1905/files 
 +sudo setfacl -R -m d:g:jellyfin:rx /mnt/Storage/hkcloud/oemb1905/files 
 +</code> 
 + 
 + 
 + --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/06/21 16:07//
computing/jellyfin.1780091508.txt.gz · Last modified: by oemb1905