From b92e787ee703d686bd3732be014faf7a61599d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Mon, 3 Aug 2026 19:41:22 +0000 Subject: [PATCH] modified: README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index baeeea2..05c028d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # 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 +```