Luctia / ezarr

Ezarr aims to make it as easy as possible to setup an entire Servarr/Jackett/BitTorrent/Usenet/PleX/Jellyfin mediacenter stack using Docker
MIT License
730 stars 81 forks source link

Feature request: Windows support #31

Open Luctia opened 1 year ago

Luctia commented 1 year ago

Discussed in https://github.com/Luctia/ezarr/discussions/30

Originally posted by **boggsdabeast** March 26, 2023 Hello there! I have a few questions related to setup that I couldn't find on the docs.. My host machine is Windows.. is that okay? If so, terminal is exiting your setup python after asking for file path. It's that expected? Does host machine need to be Ubuntu/linux? Does your python need to be run in a Ubuntu/linux container?
ariffammobox commented 1 year ago

Host machine doesn't need to be Linux, can use WSL2, I managed to successfully set it up on my windows machine using Ubuntu LTS and Docker Desktop installed on windows with WSL2 Engine instead of Hyper-V.

Edit: Also just need to use Plex Media Server on the windows machine, no need to run via docker.

boggsdabeast commented 1 year ago

@ariffammobox

I had no idea you could install Linux within Windows!!

I tried to follow the steps but I must've missed one or done something wrong or not ran the main.py properly or its not running through through Ubuntu or something like that. You able to create a YouTube tutorial of how you got this to work end to end?

Edit: Turns out I'm just an idiot and was running the main.py in a python terminal instead of ubuntu terminal

Luctia commented 4 months ago

@ariffammobox, could you perhaps say something about this in the README? If this already works, that's great, but I don't have (enough) experience with WSL(2) to say something reliable about this process.

I realise this request comes a bit late but I suppose I can always try ;) If you could make a PR with some info about it in the README that would be great, and we could close this issue.