QuickBox / QB

QuickBox is much more than a ‘seedbox installer script’, it is a simplistic approach to achieving easy seedbox and services management from a beautifully designed dashboard. Allowing users the ability to interact with their seedbox and server on a professional grade level.
https://quickbox.io
GNU General Public License v3.0
737 stars 171 forks source link

NZBHydra search fails on a new install #68

Open duck511 opened 7 years ago

duck511 commented 7 years ago

Quickbox installed on a clean Ubuntu Xenial. NZBHydra fails to search any indexers. It appears that all default indexers point to 127.0.0.1. The problem appears to be related to the following code in QB/packages/package/install/installpackage-nzbhydra

sed -i "s/host.*/host\": \"127.0.0.1\",/g" /home/"${MASTER}"/.nzbhydra/settings.cfg

This is probably meant to replace the local host IP with 127.0.0.1, but instead affects all "host" entries including those of the indexers.