JohnDoee / autotorrent2

Cross-seed matching and torrent lifecycle tool
https://johndoee.github.io/autotorrent2/
MIT License
142 stars 10 forks source link

Feature Request #46

Closed techguruz closed 5 months ago

techguruz commented 1 year ago

any chance we can get an official working docker image?

cellulosa commented 9 months ago

I found this and this but am not sure how to use it? @kannibalox any help?

kannibalox commented 9 months ago

The idea would be that you could simply run docker run -it --rm <image name> at2 <command>, along with a small cron implementation that allows for the pseudo-command cron, e.g. docker run -it --rm <image name> cron <schedule> at2 <command>. The image at https://hub.docker.com/r/kannibalox/autotorrent2 should work, but I won't promise any kind of stability if development picks up again.

JohnDoee commented 5 months ago

I made a docker image based on kannibalox docker setup and pull request.