feat(plex): disable GDM by default (#3597)

* feat(plex): disable GDM by default

* Update charts/stable/plex/Chart.yaml
This commit is contained in:
Stavros Kois
2022-08-27 23:00:30 +02:00
committed by GitHub
parent 274c522df6
commit f265dea10e
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/plex
- https://github.com/k8s-at-home/container-images/pkgs/container/plex
type: application
version: 10.1.3
version: 10.2.0
annotations:
truecharts.org/catagories: |
- media
+6
View File
@@ -35,6 +35,12 @@ questions:
type: string
valid_chars: '^$|^(http(s)?:\/\/([a-zA-Z0-9.-]*)(:\d{0,5})?,?)*$'
default: ""
- variable: disableGDM
label: "Disable GDM"
description: "Recommended to keep this to true. Disables legacy local network discovery. Keeping it enabled might break discovery for some Plex Clients"
schema:
type: boolean
default: true
- variable: env
group: "Container Configuration"
label: "Image Environment"
+2
View File
@@ -23,9 +23,11 @@ plex:
# User Defined
serverIP: "127.0.0.1"
additionalAdvertiseURL: ""
disableGDM: true
env:
ADVERTISE_IP: "{{ tpl (.Values.plex.serverURL) .}}{{ tpl (.Values.plex.serverIngressURL) . }}{{ tpl (.Values.plex.serverIngressURLPort) . }}{{ with .Values.plex.additionalAdvertiseURL }},{{ . }}{{ end }}"
PLEX_PREFERENCE_GDM: 'GdmEnabled="{{ ternary "0" "1" .Values.plex.disableGDM }}"'
# User Defined
ALLOWED_NETWORKS: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16"
PLEX_CLAIM: ""