Closed ValgulNecron closed 3 weeks ago
I won't work on this for the same reasons as to why I dropped Docker support a long time ago - I just am not used to containerizing stuff and don't want to spend time on it (testing torrent clients, media players, transcoding, hardware accel etc.). I also don't want to spend hours helping people troubleshoot stuff. I'm fine with people making & maintaining separate images, I could mention them in the documentation.
okay no issue will work on this in a fork next weekend and comment here when done and tested
some update, the docker image work, with gpu support for intel, and nvidia (you would need to setup the nvidia docker for it to work) do not have any amd gpu to test but it should also work
some update, the docker image work, with gpu support for intel, and nvidia (you would need to setup the nvidia docker for it to work) do not have any amd gpu to test but it should also work
Great, thanks. I'll feature it in the docs along with other community-made stuff soon. Will close this issue once that's done.
Checklist
Problem Description / Use Case
for now there is 3 different build (windows, linux, and macos) a docker image with a compose file will make thing easier to setup for new user.
Proposed Solution
add a docker file, and GitHub action to build and push the image for main arch. and add a compose file with the required service (qbittorent).
I'm up for doing this. but only have time next week end for it.