Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update QNAP docs #254

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Docker images are available for x86-64 / arm64 / armv7 architectures. [Docker re

Synology packages are available as SynoCommunity packages and SPK packages. [Synology readme](synology/README.md)

QNAP packages are available as native packages and buildroot packages. [QNAP readme](qnap/README.md)
QNAP packages are available as native / buildroot packages or via [sherpa](https://github.com/OneCDOnly/sherpa) package manager. [QNAP readme](qnap/README.md)

## Migration from older NZBGet versions

Expand Down
13 changes: 13 additions & 0 deletions qnap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,23 @@ We support QNAP via native qpkg packages, built with QNAP toolchains (only x86/x

## Installing

### Manual install

Prerequsites: Enable installation of applications without digital signature (`AppCenter` - `Settings` - `Allow installation of applications without a valid digital signature`)

To install nzbget for QNAP download qpkg for your architecture, then from QNAP AppCenter select `Install Manually` - browse for downloaded qpkg and press `Install`
For digital signature warning select `I understand the risks and want to install this application` and press `Install`.

### Install via sherpa package manager

- [Install](https://github.com/OneCDOnly/sherpa?tab=readme-ov-file#installation) sherpa package manager
- From SSH command-prompt, run
```
sudo sherpa install nzbget
```

## Post-install

After installation - Press `Open` in AppCenter or click NZBGet icon on desktop. Default login/password for WebUI
```
Login: nzbget
Expand Down