std66 / TomiSoft.YoutubeDownloader.WebUI

A simple WebUI for youtube-dl.
GNU General Public License v3.0
6 stars 0 forks source link

TomiSoft.YoutubeDownloader.WebUI

Build status BCH compliance

A simple WebUI for youtube-dl.

Requirements

Run in Docker

The easiest way to get started is to use my Docker image. It is preconfigured and it is immediately ready to use. https://hub.docker.com/r/std66/tomisoft-youtubedownloader-webui

docker run -d -p 28465:80 -p 30000:9000 std66/tomisoft-youtubedownloader-webui

Open http://localhost:28465 for the application. Prometheus metrics are available at http://localhost:30000/metrics

Running in Kubernetes

It will be available in the future. Since the application is heavily stateful, it needs some more refactoring work to be done to fully utilitize the benefits of Kubernetes.

Features available at the moment:

Manual deploy to IIS

Screenshots

Screenshot 1 Screenshot 2

Contact

Tamás Sinku (sinkutamas@gmail.com)