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

Fixed loading of pub/private key, will fix ssh_config if key exists

Open psyciknz opened this issue 4 years ago • 3 comments

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 to be needed is that /usr/lib/plexmediaserver/lib/libcrypto.so.1.0.0 needs to be removed (in the plex dir). But I can't remove it as part of startup, as plex complains.

But if you remove it once plex is running, then all works. Been an interesting exercise.

psyciknz avatar Sep 18 '19 07:09 psyciknz

Done. Also This issue: The other change that seems to be needed is that /usr/lib/plexmediaserver/lib/libcrypto.so.1.0.0 needs to be removed (in the plex dir). But I can't remove it as part of startup, as plex complains.

If you remove that file, if the container restarts, then plex fails as it needs it. So I had a hack around in plex-remote-transcoder, and found that only /usr/lib/plexmediaserver/lib is being used as a path....so added a specific one for amd (wont work for arm I guess). I don't know enough about docker to figure out how to set that correctly.

psyciknz avatar Sep 18 '19 21:09 psyciknz

Hold fire merging this. I started again. And some of the changes I made may have broken the initial setup (ie the config/.ssh directory keys)

psyciknz avatar Sep 19 '19 04:09 psyciknz

No problem

deevus avatar Sep 19 '19 06:09 deevus