From 8ab69c94f423dbe4d86e6d86b334e66965b839c3 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sun, 3 May 2020 15:28:17 +0000 Subject: [PATCH] 'docs/rffmpeg/Slave-Install.md' updaten --- docs/rffmpeg/Slave-Install.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/rffmpeg/Slave-Install.md b/docs/rffmpeg/Slave-Install.md index c54e01e..ff00dd6 100644 --- a/docs/rffmpeg/Slave-Install.md +++ b/docs/rffmpeg/Slave-Install.md @@ -1,19 +1,21 @@ ## Prerequisites: * You set up the master following Master-Install.md and have the information reddy -* A Clean install of ubuntu linux +* A Clean install of ubuntu linux with ssh-server enabled * The media folder accessible on the same location as the jellyfin server ## Step 1: Setting up the user ``` mkdir -p /var/lib/jellyfin/.ssh -chmod 777 -R /var/lib/jellyfin/ echo "" >> /etc/passwd -echo "" >> /etc/group +echo "" >> /etc/group +echo "jellyfin:*:17928:0:99999:7:::" >> /etc/shadow ``` Reboot the system just to make sure changes are piked up ``` -echo '' | sudo -u jellyfin tee /var/lib/jellyfin/.ssh/authorized_keys +echo '' >> /var/lib/jellyfin/.ssh/authorized_keys +chmod 755 -R /var/lib/jellyfin/ +chown -R jellyfin:jellyfin /var/lib/jellyfin/ ``` ## Step 2: setting up the Transcode temp folder