Wednesday 22 September 2010

How to add SABnzbd+ to FreeNAS WebGUI

This little script will add a menu item to your FreeNAS WebGUI.





Open an SSH session to your FreeNAS box - (ssh root@192.168.1.250)

code: 
cd /rootfetch -o /root/sabnzbd.zip "http://sourceforge.net/apps/phpbb/freenas/download/file.php?id=517&sid=23ce6d53f6505e04088e4543ba1e84c1"unzip sabnzbd.zipchmod 0555 ./SABnzbdExt/sabnzbd.sh./SABnzbdExt/sabnzbd.sh


If your server is on a port, something other than 8080, you will need to edit the extensions_sabnzbd.php  file. 


CODE: 
cd /rootnano ./SABnzbdExt/sabnzbd/extensions_sabnzbd.php

..........

No comments:

Post a Comment