Archived
1
0

'docs/rffmpeg/Slave-Install.md' updaten

This commit is contained in:
2020-05-03 15:28:17 +00:00
parent 740a1d4d1b
commit 8ab69c94f4

View File

@@ -1,19 +1,21 @@
## Prerequisites: ## Prerequisites:
* You set up the master following Master-Install.md and have the information reddy * 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 * The media folder accessible on the same location as the jellyfin server
## Step 1: Setting up the user ## Step 1: Setting up the user
``` ```
mkdir -p /var/lib/jellyfin/.ssh mkdir -p /var/lib/jellyfin/.ssh
chmod 777 -R /var/lib/jellyfin/
echo "<JelUser>" >> /etc/passwd echo "<JelUser>" >> /etc/passwd
echo "<JelGroup>" >> /etc/group echo "<JelGroup>" >> /etc/group
echo "jellyfin:*:17928:0:99999:7:::" >> /etc/shadow
``` ```
Reboot the system just to make sure changes are piked up Reboot the system just to make sure changes are piked up
``` ```
echo '<MasterPubKey>' | sudo -u jellyfin tee /var/lib/jellyfin/.ssh/authorized_keys echo '<MasterPubKey>' >> /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 ## Step 2: setting up the Transcode temp folder