[Plex User Manager] - dev


Recommended Posts

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

Link to comment
  • 4 months later...

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

Link to comment
  • 2 weeks later...

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

Link to comment
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.

Link to comment

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.