Hi everyone,
im running a plex instance and i have some user and bandwith capacity to spare.
unfortunately plex has a user share limit of 100 Users therefor i delete users that haven’t streamed in more then a month and the link might at some point not work because the user limit has been reached so try again in a month
You can request stuff on request.brokkoli24.de and sign in with your plex credentials
The server is located in a Finnish Datacenter has a bandwith of 1Gbit/s and 20TB of storage.
Do NOT enter your plex credentials into a third party website.
the wizarr app uses the Plex API to send you an invite you will not be sharing your credentials with the service login is done by app.plex.tv also the app is open source you can check the functions yourself if you’d like to https://github.com/Wizarrrr/wizarr
Thanks, I will check it.
It’s still very bad design. It’s internet 101 to not share credentials with a 3rd party website and plex only requires a username or email to send an invite/grant access. So you have to understand that this looks very suspicious.
Am on it. works very well :)
Good to hear. I’m just naturally suspicous as I use my plex account to run my own server with with those credentials … with more like 30TB of occupied storage (little fewer movies, but almost double the TV shows). So it was rather high risk low reward for me.
There should totally be a place where we can maybe privatly share plex servers with other members … you know, just by username.
the code for authentication with Plex are done in these files
https://github.com/Wizarrrr/wizarr/blob/master/app/templates/user-plex-login.html
https://github.com/Wizarrrr/wizarr/blob/master/app/plex.py