Skip to content

nzbgetcom/nzbget-asustor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NZBGet package for ASUSTOR NAS

This package installs latest stable version of NZBGet to any ASUSTOR NAS.

Updates are supported through NZBGet's automatic update.

Installation

  1. Download latest release apk file.
  2. On ASUSTOR NAS open App Central -> Management -> Manual install -> Browse -> Select downloaded apk -> Upload
  3. On the next window press Next, then set checkbox "I understand the risks associated with installing unverified Apps" and press Install

Configuration

NZBGet WebUI is available from <NAS_IP_OR_HOSTNAME>:6789

Default username/password is:

Username: nzbget
Password: tegbzn6789

Default shared folder for NZBGet is Download (it will be created during install if not exist).

Path for NZBGet files is Download\NZBGet.

Testing / Stable version switch

To switch to latest testing version:

  1. From WebUI: Settings -> SYSTEM -> Check for Updates -> Testing -> Install.
  2. If nzbget does not automatically restarted, restart nzbget package from App Center.

To switch from testing to stable version:

  1. Backup configuration file (Settings -> SYSTEM -> Backup)
  2. Remove the nzbget package from App Center
  3. Install the nzbget package from App Center
  4. Restore configuration (Settings -> SYSTEM -> Restore -> Select conf saved in p.1 -> Select all sections -> Restore -> Save all changes)

Extensions

In addition to Extension Manager, if you'd like to use custom extensions, you can put them in the ScriptDir directory.

Default ScriptDir: Download\NZBGet\scripts.

To support python3 extensions, need to install Python 3 package from App Central, no additional configuration is required.

Switching from other ASUSTOR packages

If you have been using other packages of nzbget, please consider switching to officially supported (our) nzbgetcom version of the package.

Instructions for switching from NZBGet package by Clinton.Hall:

  1. Backup configuration file (Settings -> SYSTEM -> Backup)
  2. Save additionally Setting -> PATHS -> MainDir
  3. Remove the nzbget package from App Center
  4. Install the nzbgetcom package from App Center
  5. Login to WebUI with Username: nzbget / Password: tegbzn6789.
  6. Restore configuration (Settings -> SYSTEM -> Restore -> Select conf saved in p.1 -> Important Select all sections except PATHS and UNPACK -> Restore -> Save all changes)
  7. At this point WebUI auth is changed to old nzbget package (Username: nzbget Password: admin)
  8. Go to Settings -> PATHS -> set MainDir to value saved in p.2. Save all changes.
  9. Reinstall installed extensions if needed (via ExtensionManage or manually).

Building package

Prerequisites

Linux host with Python 3 and fakeroot installed. On Debian/Ubuntu prerequisites can be installed via sudo apt install python3 fakeroot

Build package

From the cloned repository run: ./build.sh. Package (*.apk) will be in the ./build/ directory.