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
228 stars 21 forks source link

Seperation of the port on which the strm files and the administration page is served #58

Open IIIPr0t0typ3III opened 4 months ago

IIIPr0t0typ3III commented 4 months ago

Since the administration page is not password protected and can be accessed by anyone who is able to receive the streams it might be a good idea from a security perspective to serve those on different ports and/or make the admin page password protected. Also I personally don't really want to allow everyone to add or remove channels; just a select number of people.

If you want to I can look into that and create a pull request.


Thanks a lot for the great project!