Skip to content

Commit

Permalink
try alternate gluetun/mediaflowproxy implementation
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed Nov 16, 2024
1 parent c71b82d commit 8fd9bf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: mediaflow-proxy-env
data:
API_PASSWORD: "{{ .Values.mediaflowproxy.API_PASSWORD | default }}"
PROXY_URL: http://mediafusion:8888 # proxy via mediafusion's existing gluetun instance
TRANSPORT_ROUTES: |
{
"https://*.alldebrid.com": {
Expand Down

This file was deleted.

5 changes: 2 additions & 3 deletions charts/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11090,6 +11090,7 @@ mediafusion:
PORT_PERSIST: "1"
NFTABLES: "1"
VPNDNS: "0"
HTTPPROXY: "on" # we use this for mediaflowproxy
envFrom:
- secretRef:
name: mediafusion-vpn
Expand Down Expand Up @@ -11170,9 +11171,7 @@ mediaflowproxy:
name: mediaflow-proxy-env
- configMapRef:
name: elfbot-mediaflow-proxy
optional: true
- secretRef:
name: mediaflowproxy-env
optional: true

stremiojackettcommunity: &stremiojackettcommunity
enabled: false
Expand Down

0 comments on commit 8fd9bf3

Please sign in to comment.