I’ve updated the nzbget + nzbgetweb +unpak.sh script with latest versions for the Conceptronic CH3SNAS:

  • NZBGet: NZBGet version 0.7.0-testing-r317
  • NZBGet Web Interface v 1.4 (testing-2)

the unpak script is little modified to fit the CH3SNAS configuration and has been changed to fit the config in NZBget Web when using the version 1.4 (testing-2).

Little How-To

Install Fun_Plug 0.5 of Fonz

Note: if you already run lighttpd you must make own adjustments to your lighttpd configuration and websettings

install the PHP package (needed for lighttpd).

  1. Download with wget http://www.aroundmyroom.com/ch3snas-funplug/php-5.2.6-3.tgz the PHP package (temporary from my server) as the new updated PHP version of Fonz seems to break something. Install PHP with ‘funpkg -i php-5.2.6-3.tgz’

Update: after consulting Fonz (Tobias) I learned that the new version of PHP is compiled with CURL support. So it’s necessary to install the curl package as well

  1. Download with wget http://www.aroundymyroom.com/ch3snas-funplug/unrar-3.7.8-1.tgz the UNRAR package. Install with ‘funpkg -i unrar-3.7.8-1.tgz’
  2. Download with wget http://www.aroundmyroom.com/ch3snas-funplug/nzbget-zeroday-web.tgz the NZBGet +NZBGet Web + Unpak package

put the tgz file in /mnt/HD_a2/ and untar this with tar -xvzf nzbget-zeroday-web.tgz and the files will be extracted to /mnt/HD_a2/newsbin/

start the webserver and nzbget with

  • sh /mnt/HD_a2/newsbin/startweb.sh start
  • sh /mnt/HD_a2/newsbin/startnzbget.sh start

The whole setup should not be accessible through http://Your-CH3SNAS:8000

Do not forget to configure your usenet server, username and password !!!

http://Your-CH3SNAS:8000/config.php?section=S-NEWS-SERVERS
If you want to upload nzb’s through the webinterface make sure that in the PHP.INI

upload_tmp_dir = /mnt/HD_a2/tmp

is enabled, and that the maximum allowed size for uploaded files is big enough.

upload_max_filesize = 256M

You can copy with

cp /ffp/etc/examples/php.ini-recommended /ffp/etc/php.ini

the correct php.ini into the correct folder