fe80Grau / ytdlp2STRM

A little script to serve Youtube / Twitch / Crunchyroll videos without storage it. Uses yt-dlp HTTP data throught Flask and dynamic URLs. We can use this dynamic URLs to set STRM files.
https://github.com/fe80Grau/ytdlp2STRM
MIT License
173 stars 15 forks source link

Docker Image On Docker Hub #26

Closed 2IkHLHB closed 5 months ago

2IkHLHB commented 5 months ago

I'm running Docker on a NAS that doesn't allow me to option to build Docker images. If it's not too much asking, please have option of hosting Docker images on Docker Hub.

fe80Grau commented 5 months ago

Hello, here you go https://hub.docker.com/r/fe80grau/ytdlp2strm/tags

*For the Docker image, an environment variable called DOCKER_PORT is necessary, which by default has the value 5005, this is the port that must work on the host and by default the service inside the container is exposed by 5000. If you want to change the You must also indicate the host port as an environment variable when running the container so that it replaces the default one in the DockerFile.

Remember to indicate a volume for the /media directory of ytdlp2strm to permanently save the strms on the host.

If you have problems with this let me know