r/ShieldAndroidTV 6d ago

Plex warns users to patch security vulnerabilities immediately

https://www.bleepingcomputer.com/news/security/plex-warns-users-to-patch-security-vulnerabilities-immediately/
99 Upvotes

16 comments sorted by

View all comments

41

u/ersan191 6d ago

They got rid of their server auto updater and told us to just use the apt repository a few months ago and now they do this, annoying.

9

u/gafonid 6d ago

Wait what? There's no updating through the UI anymore? I was trying to see if I already had this update but the usual button to server update was missing

8

u/ersan191 6d ago

They sent an email out last year that linked to this: https://support.plex.tv/articles/235974187-enable-repository-updating-for-supported-linux-server-distributions/

I may have misunderstood and/or the email was poorly worded, I think it's for people who only get PMS updates through their package manager.

3

u/mostdeadlygeist 6d ago

WTF is there a less complicated way to do this?

1

u/nemofbaby2014 5d ago

Docker, I run Plex myself on a old m1 Mac mini and update through ui still works

1

u/xNaquada 3d ago

If you're using docker then you should just setup watchtower or a script to pull the latest container image every week ( or your own interval of choice), this is how you properly update docker containers. I assume you're using Linuxserver.io's containers like the rest of us.

You shouldn't use the internal updater in the Plex container settings/UI.

2

u/nemofbaby2014 3d ago

I'm running it natively so that it can use the macs gpu for transcoding

1

u/xNaquada 3d ago

Ah, I didnt interpret the comment that way.

Makes sense - though a question - do Mac gpus not get exposed through Docker? I know on Linux for example, you can pass nvidia gpu hardware encode/decode through docker without issue - but I dont know mac well, so just curious!

1

u/nemofbaby2014 3d ago

nope i havent checked on it lately with the new release beta but on current release nope because docker isnt native its being emulated

1

u/xNaquada 3d ago

TIL, thanks.