mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
docs: Document HOST_WHITELIST_ENTRIES for sabnzbd (#825)
Updated the list of ways around the host check in sabnzbd...we have a more convenient 3rd option in place already. Signed-off-by: Branden Cash <ammmze@gmail.com>
This commit is contained in:
parent
34edb83ab8
commit
bcb2c84cfa
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v3.2.1
|
appVersion: v3.2.1
|
||||||
description: Free and easy binary newsreader
|
description: Free and easy binary newsreader
|
||||||
name: sabnzbd
|
name: sabnzbd
|
||||||
version: 7.0.0
|
version: 7.0.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- sabnzbd
|
- sabnzbd
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# sabnzbd
|
# sabnzbd
|
||||||
|
|
||||||
![Version: 7.0.0](https://img.shields.io/badge/Version-7.0.0-informational?style=flat-square) ![AppVersion: v3.2.1](https://img.shields.io/badge/AppVersion-v3.2.1-informational?style=flat-square)
|
![Version: 7.0.1](https://img.shields.io/badge/Version-7.0.1-informational?style=flat-square) ![AppVersion: v3.2.1](https://img.shields.io/badge/AppVersion-v3.2.1-informational?style=flat-square)
|
||||||
|
|
||||||
Free and easy binary newsreader
|
Free and easy binary newsreader
|
||||||
|
|
||||||
@ -70,10 +70,7 @@ helm install sabnzbd k8s-at-home/sabnzbd -f values.yaml
|
|||||||
|
|
||||||
**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`
|
**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:
|
To address this issue, you can set an environment variable named `HOST_WHITELIST_ENTRIES` with the host(s) you would like added to the `host_whitelist` in the `sabnzbd.ini`
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
## Values
|
## Values
|
||||||
|
|
||||||
|
@ -7,9 +7,6 @@
|
|||||||
|
|
||||||
**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`
|
**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:
|
To address this issue, you can set an environment variable named `HOST_WHITELIST_ENTRIES` with the host(s) you would like added to the `host_whitelist` in the `sabnzbd.ini`
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
@ -6,7 +6,7 @@ set -eu
|
|||||||
|
|
||||||
# require helm-docs
|
# require helm-docs
|
||||||
command -v helm-docs >/dev/null 2>&1 || {
|
command -v helm-docs >/dev/null 2>&1 || {
|
||||||
echo >&2 "helm-docs is not installed. Aborting."
|
echo >&2 "helm-docs (https://github.com/norwoodj/helm-docs) is not installed. Aborting."
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user