docker-plex-remote-transcoder icon indicating copy to clipboard operation
docker-plex-remote-transcoder copied to clipboard

Results 6 docker-plex-remote-transcoder issues
Sort by recently updated
recently updated
newest added

So made some edits to the key loading, since it seemed to try and use /root/.ssh, so I forced everyone (via ssh_config) to use /config/.ssh The other change that seems...

Any Ideas? For all a can tell the slave is there. I had to fiddle with the ssh keys to get them usable, but the master logs in no password...

Any chance this could be added, so that the master image's local transcode volume could be served out to the docker-plex-remote-transcoder-nfs slave image? Would be super useful as a fully...

Here is what I am using for Master ``` sudo docker run \ --name plex \ --network=host \ -e TZ=America/Indiana/Indianapolis \ -e ADVERTISE_IP="http://10.10.1.38:32400/" \ -e MASTER_IP="10.10.1.38" \ -e PLEX_UID="1002" \...

this is definitely more of a documentation request. could you please clarify the steps required to get ssh between the master and the slave working within a bridged network configuration?...

This is idea to simplify all the steps Using glusterFS or NFS internally in the plex main server you can avoid to manually create the NFS/SMB server, so user only...