zSeriesGuy / Tautulli

A Python based monitoring and tracking tool for Plex Media Server.
http://tautulli.com
GNU General Public License v3.0
27 stars 9 forks source link

Docker container? #25

Closed edrock200 closed 4 years ago

edrock200 commented 4 years ago

Hey zseriesguy! Thanks for all the hard work on this. The plexguide community is interested in making this a docker container. I don't know if you had any plans to. If not, I'm not sure how the rules work on using your code to embed in a docker container if I were to try to figure it out myself. Figured I should make sure it's kosher first. Thanks again!

zSeriesGuy commented 4 years ago

That would be cool with me. I have no docker plans because I know nothing about docker. :) Go for it.

edrock200 commented 4 years ago

Thank you! I'll try my best, I figure it's the best way to learn. And thanks for this awesome project, it's my only tautulli instance now!

zSeriesGuy commented 4 years ago

Yep. That is the best way to learn. Working on this multi-server version of Tautulli is how I learned Python. Unfortunately, I didn't understand the small-commit concept in github. So this code will never get incorporated into the original.

edrock200 commented 4 years ago

Well I appreciate the efforts. Got the container working by forking the tautulli container, debasing it on Ubuntu and python3.8. Still needs some tweaking but it's working so far!

https://github.com/edrock200/Tautulli-Docker/