This package installs latest stable version of NZBGet to any ASUSTOR NAS.
Updates are supported through NZBGet's automatic update.
- Download latest release apk file.
- On ASUSTOR NAS open
App Central
->Management
->Manual install
->Browse
-> Select downloaded apk ->Upload
- On the next window press
Next
, then set checkbox "I understand the risks associated with installing unverified Apps" and pressInstall
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
.
To switch to latest testing version:
- From WebUI:
Settings
->SYSTEM
->Check for Updates
->Testing
->Install
. - If nzbget does not automatically restarted, restart nzbget package from App Center.
To switch from testing to stable version:
- Backup configuration file (
Settings
->SYSTEM
->Backup
) - Remove the nzbget package from App Center
- Install the nzbget package from App Center
- Restore configuration (
Settings
->SYSTEM
->Restore
-> Select conf saved in p.1 -> Select all sections -> Restore -> Save all changes)
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.
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:
- Backup configuration file (
Settings
->SYSTEM
->Backup
) - Save additionally
Setting
->PATHS
->MainDir
- Remove the
nzbget
package from App Center - Install the
nzbgetcom
package from App Center - Login to WebUI with Username: nzbget / Password: tegbzn6789.
- Restore configuration (
Settings
->SYSTEM
->Restore
-> Select conf saved in p.1 -> Important Select all sections exceptPATHS
andUNPACK
-> Restore -> Save all changes) - At this point WebUI auth is changed to old
nzbget
package (Username: nzbget Password: admin) - Go to
Settings
->PATHS
-> setMainDir
to value saved in p.2. Save all changes. - Reinstall installed extensions if needed (via ExtensionManage or manually).
Linux host with Python 3
and fakeroot
installed. On Debian/Ubuntu prerequisites can be installed via sudo apt install python3 fakeroot
From the cloned repository run: ./build.sh
. Package (*.apk) will be in the ./build/
directory.