wolveix / plexus

A suite of tools to help manage your media collection.
https://plexus.wolveix.com
GNU General Public License v3.0
97 stars 11 forks source link

Dockerized Plexus #21

Closed p4xel closed 4 years ago

p4xel commented 4 years ago

It would be great if there was an option to run the app a a Docker container. Just a thought. If this is too much work, I will try to compose one myself. Great job by the way!

wolveix commented 4 years ago

Hey! Thank you for using Plexus :) I'm actually in the middle of rewriting the entirety of Plexus in Golang (properly started yesterday), which will include a Dockerfile. It should be released very soon with a load of new features! Speaking of, if you happen to have any feature requests, feel free to post them here!

p4xel commented 4 years ago

Two features, which should not be hard to implement: maximum bitrate for output streams and scheduled scan for new videos. Great seeing you keep working on the project. Keep it up and stay safe.

wolveix commented 4 years ago

Those are both already being worked on, but it's great to see that they're wanted!

Thanks, you too :)

onezero1010101 commented 4 years ago

@Wolveix Any update on Release v2 and the Docker? Do you mind if I work on building this into a Docker in the mean time?

wolveix commented 4 years ago

@onezero1010101 Apologies, I've unfortunately been incredibly busy. I can push out a Docker image for v1 in the next couple of days :)

wolveix commented 4 years ago

@p4xel @onezero1010101 v1 now has Docker support, v2 will have it on release :) The image is available via Docker Hub (wolveix/plexus:latest) or via GitHub Packages (docker.pkg.github.com/wolveix/plexus/plexus:latest).