[sabnzbd] add documentation on hostname-check (#321)

This commit is contained in:
ᗪєνιη ᗷυнʟ 2020-12-08 13:15:55 -05:00 committed by GitHub
parent 11e76c9f15
commit 5bb1c5242d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 3.1.0
description: Free and easy binary newsreader
name: sabnzbd
version: 3.7.0
version: 3.7.1
keywords:
- sabnzbd
- usenet

View File

@ -19,6 +19,13 @@ To install the chart with the release name `my-release`:
helm install --name my-release k8s-at-home/sabnzbd
```
**IMPORTANT NOTE:** when installing this chart for the first time you will get the follow message in your browser when trying to access Sabnzbd: `Access denied - Hostname verification failed: sabnzbd.org/hostname-check`
You can do one of two things to solve this issue:
1. Update the `sabnzbd.ini` config file to your `ingress` name and/or `loadBalancerIP` to the `host_whitelist` field and restart the pod, or
2. Forward the service to your local machine with `kubectl port-forward service/sabnzbd -n default 8080:8080` and update the `host_whitelist` in the Sabnzbd Settings UI
## Uninstalling the Chart
To uninstall/delete the `my-release` deployment: