-
-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker container #48
Comments
I thought about it, but I don't really know how to handle it considering the number of scripts. I guess a Docker can be made for each of them... Feel free to open a PR I guess, and I'll setup a Quay (like DockerHub, but open source) repository. |
the easiest thing to do would be to build the container with ffmpeg, yt-dlp, and maybe even atomicparsley, plus your scripts, have the repo included, and the entrypoint be bash. that way the container would be interactive, and you could just the use the commands as normal. basically an easy packaging approach. |
This is the basic setup yes, but I think a Docker container should be able to run the script automatically when the Source - X.txt (mounted) file is edited. |
Or rather use a cron inside container to run all scrips let's say each 5 min |
Any news on this? Cron/scheduler is good idea. Mount a volume from outside, to which would the image write downloads in same structure as scripts themselves, e.g. archivist/unique/ etc.. |
If I have time, I'll work on it |
Not really, I can't think of a good/clean way to do it, and I personally don't want/need it. |
any plans to build a Docker container? would a pull request with a Dockerfile be accepted?
The text was updated successfully, but these errors were encountered: