Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Plex User Manager] - dev

Featured Replies

Since Plex decided to hide user email it is getting hard to identify our users.

because of that, I decided to develop an application to manager the users.

we will be able to give first and last name, some description and also manage account expiration.

I'm not finished with the dev, but the app is pretty much functionnal now.

I would like to publish it on github and have a docker container so it can be used in unraid.

Problem, I have very little knowledge with github and even less with docker hub.

I'm looking for someone to help me with the app or at least (mostly) with the docker and publishing process.

once done, I'll be able to ask limetech for a post in the docker container section of the forum for support.

work can be checked at: https://github.com/Nexius2/Plex_User_Manager

 

thanks for any help

  • 4 months later...
  • Author

I'm pretty close to publishing my first beta version of my app.

I'm actually trying to make the docker version work on my server but I have an issue. my container won't start.

everything went well, the download and install seems ok, no error, nothing in the logs. but the container is not starting.

 

where can I find the logs of the container to see what is failing?

thanks

  • Author

docker run is successfull, docker logs are empty.

everything is ok, but nothing happens 😕

it could come from my app or maybe the dockerhub not syncing as I would like from githuib, but I need some logs to find the issue

  • 2 weeks later...
  • Author

Hello,

comming again for some help 🙂

since I had no logs starting my container, I tryied with command lines. this is what I got

docker run plex_user_manager
Unable to find image 'plex_user_manager:latest' locally
docker: Error response from daemon: pull access denied for plex_user_manager, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

My dockerfile seems ok, I have it synced to dockerhub succefully, so it should be ok.

here is my template

https://github.com/Nexius2/Unraid_templates/blob/main/plex_user_manager.xml

 

any idea what I do wrong?

thanks

3 hours ago, Nexius2 said:

Hello,

comming again for some help 🙂

since I had no logs starting my container, I tryied with command lines. this is what I got

docker run plex_user_manager
Unable to find image 'plex_user_manager:latest' locally
docker: Error response from daemon: pull access denied for plex_user_manager, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

My dockerfile seems ok, I have it synced to dockerhub succefully, so it should be ok.

here is my template

https://github.com/Nexius2/Unraid_templates/blob/main/plex_user_manager.xml

 

any idea what I do wrong?

thanks

You forgot the repo name  in your docker run command. 

nexius2/plex_user_manager:latest

You have to use the whole thing.

  • Author

thanks for answering!

 

docker run nexius2/plex_user_manager:latest

didn't respond anything..... I guess I have problems with my dockerfile then....but it builds well on github 😕

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.