5rahim / seanime

Open-source media server for anime and manga.
https://seanime.rahim.app
MIT License
393 stars 30 forks source link

Docker support #128

Closed ValgulNecron closed 3 weeks ago

ValgulNecron commented 2 months ago

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.

5rahim commented 2 months 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.

ValgulNecron commented 2 months ago

okay no issue will work on this in a fork next weekend and comment here when done and tested

ValgulNecron commented 3 weeks ago

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

5rahim commented 3 weeks ago

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.