modified: README.md

This commit is contained in:
Márcio Fernandes
2026-08-03 19:41:46 +00:00
parent 30b0b2d196
commit b92e787ee7
+14
View File
@@ -1,2 +1,16 @@
# Jellyfin # Jellyfin
**Required permission on data storage to jellyfin user hotio:**
Use helper pod on chimera if required.
``` bash
apt update && apt install -y acl
setfacl -R -m u:1000:rx movies
setfacl -d -m u:1000:rx movies
setfacl -d -m u:1000:rx music
setfacl -R -m u:1000:rx music
setfacl -d -m u:1000:rx tvshows
setfacl -R -m u:1000:rx tvshows
```