'docs/rffmpeg/Master-Install.md' updaten
This commit is contained in:
@@ -33,14 +33,14 @@ Set the jellyfin user to login as bash in /etc/passwd
|
|||||||
|
|
||||||
### Getting info
|
### Getting info
|
||||||
Run `cat /etc/group | grep jellyfin:`, to get group info, i will refer to it as `<JelGroup>`
|
Run `cat /etc/group | grep jellyfin:`, to get group info, i will refer to it as `<JelGroup>`
|
||||||
Run `cat /etc/passwd | grep jellyfin:` to get user info, i will refer to it as `<JelUser>`
|
Run `cat /etc/passwd | grep jellyfin:` to get user info, i will refer to it as `<JelUser>`
|
||||||
Run `cat /var/lib/jellyfin/.ssh/id_rsa.pub` To get ssh-key for sending commands , i will refer to it as `<MasterPubKey>`
|
Run `cat /var/lib/jellyfin/.ssh/id_rsa.pub` To get ssh-key for sending commands , i will refer to it as `<MasterPubKey>`
|
||||||
Get the ip of the master, i will refer to it as `<MasterIP>`
|
Get the ip of the master, i will refer to it as `<MasterIP>`
|
||||||
|
|
||||||
### Installing on the remote slave
|
### Installing on the remote slave
|
||||||
Use the info you collected en follow "Slave-install.md"
|
Use the info you collected en follow "Slave-install.md"
|
||||||
sudo -u jellyfin ssh -i /var/lib/jellyfin/.ssh/id_rsa jellyfin@`<SlaveIP>`
|
sudo -u jellyfin ssh -i /var/lib/jellyfin/.ssh/id_rsa jellyfin@`<SlaveIP>`
|
||||||
When connected to the master exit the session with the slave server
|
When connected to the master exit the session with the slave server
|
||||||
Repeat these steps for all slave server
|
Repeat these steps for all slave server
|
||||||
|
|
||||||
### Adding local system as slave
|
### Adding local system as slave
|
||||||
|
|||||||
Reference in New Issue
Block a user