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

Feat sabnzbd #29

Closed vvdaal closed 1 year ago

vvdaal commented 1 year ago

Note: this also has https://github.com/Luctia/ezarr/pull/28

This addresses https://github.com/Luctia/ezarr/issues/27 and adds sabnzbd

vvdaal commented 1 year ago

Fixed :)

vvdaal commented 1 year ago

I think all files look good now, but I run into an issue when trying to run this; upon opening <my-ip>:8081 I get the following message: External internet access denied - https://sabnzbd.org/access-denied. I've added the docker-compose config as it is in this PR, so I'm not sure what went wrong or where I should look to fix it. If this is something that can be fixed automatically, please make sure that that happens. If it needs to be done by hand, I think it would be good if something about this was added in the README.

Updated the README as indeed you have to do some manual steps for getting the access. The link already provides instructions but I also added them to the README.

Luctia commented 1 year ago

I'm now getting Access denied - Hostname verification failed: https://sabnzbd.org/hostname-check. I looked a bit at that page and it seems I should add my hostname to the hostname whitelist in the config file, but after doing that I get the same error. I suspect it might have something to do with the way Docker networks, how have you set that up?

vvdaal commented 1 year ago

I'll try and have a look at this soon, basically I think we have to generate a pre-set config file to get it to work properly.

Luctia commented 1 year ago

I'm not super enthousiastic about pre-set config files, as long as it's just a handful of lines I think it would be enough to just list the lines one should change in the config file. I think that'd also be (a lot) easier to implement :P

Luctia commented 1 year ago

Thanks for your work @vvdaal!