diff --git a/charts/other/myprecious/Chart.yaml b/charts/other/myprecious/Chart.yaml index ee8cdad33..d70ada598 100644 --- a/charts/other/myprecious/Chart.yaml +++ b/charts/other/myprecious/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.32663-pre-03 +version: 1.0.32663-pre-04 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/other/myprecious/templates/configmaps/configmap-gatus-config.yaml b/charts/other/myprecious/templates/configmaps/configmap-gatus-config.yaml index 059f1a707..51b0ca058 100644 --- a/charts/other/myprecious/templates/configmaps/configmap-gatus-config.yaml +++ b/charts/other/myprecious/templates/configmaps/configmap-gatus-config.yaml @@ -821,7 +821,7 @@ data: - type: email {{ end }} - {{ if .Values.airdcpppia.enabled }} + {{ if .Values.airdcpppia.enabled or .Values.airdcppgluetun.enabled }} - name: airdcpp group: manage-media url: "http://airdcpp:5600/login" diff --git a/charts/other/myprecious/templates/configmaps/configmap-zurg-config.yaml b/charts/other/myprecious/templates/configmaps/configmap-zurg-config.yaml index 191ead740..6640d4180 100644 --- a/charts/other/myprecious/templates/configmaps/configmap-zurg-config.yaml +++ b/charts/other/myprecious/templates/configmaps/configmap-zurg-config.yaml @@ -109,7 +109,7 @@ data: mkdir -p /storage/symlinks/real-debrid-blackhole/shows # Copy to the RD blackhole, preserving the directory structure - ln -sf $modified_arg/* "/storage/symlinks/real-debrid-blackhole/$(echo $arg | cut -f1 -d/)/" + cp -rs "$modified_arg/"* "/storage/symlinks/real-debrid-blackhole/$(echo $arg | cut -f1 -d/)/" ##### END Added by ElfHosted for auto DMM symlinking ### encoded_arg=$(echo -n "$modified_arg" | python3 -c "import sys, urllib.parse as ul; print (ul.quote_plus(sys.stdin.read()))") diff --git a/charts/other/myprecious/values.yaml b/charts/other/myprecious/values.yaml index 65cf3ad56..43efb0b62 100644 --- a/charts/other/myprecious/values.yaml +++ b/charts/other/myprecious/values.yaml @@ -9599,6 +9599,8 @@ airdcpppia: &app_airdcpp volumeMounts: - mountPath: /config name: config + - mountPath: /storage/elfstorage + name: elfstorage addons: vpn: enabled: true # in case we ever need it