mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
change(qbittorrent): protonvpn
This commit is contained in:
parent
fda7d1e3b8
commit
67dccaff4b
2 changed files with 13 additions and 18 deletions
|
@ -10,11 +10,10 @@ apps:
|
||||||
targetRevision: add/qbittorrent
|
targetRevision: add/qbittorrent
|
||||||
path: charts/qbittorrent
|
path: charts/qbittorrent
|
||||||
secrets:
|
secrets:
|
||||||
- name: vpn-config
|
- name: wireguard
|
||||||
keys:
|
keys:
|
||||||
- SERVER_CITIES
|
|
||||||
- OPENVPN_USER
|
|
||||||
- WIREGUARD_PRIVATE_KEY
|
- WIREGUARD_PRIVATE_KEY
|
||||||
|
- WIREGUARD_PUBLIC_KEY
|
||||||
|
|
||||||
|
|
||||||
- name: youtubedl
|
- name: youtubedl
|
||||||
|
|
|
@ -84,31 +84,27 @@ addons:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VPN_SERVICE_PROVIDER: mullvad
|
VPN_SERVICE_PROVIDER: custom
|
||||||
VPN_TYPE: openvpn
|
VPN_TYPE: wireguard
|
||||||
WIREGUARD_ADDRESSES: 10.67.135.224/32
|
WIREGUARD_ADDRESSES: 10.2.0.2/32
|
||||||
|
VPN_ENDPOINT_IP: 89.39.104.173
|
||||||
# Fix: https://github.com/qdm12/gluetun/issues/1569#issuecomment-1549992099
|
VPN_ENDPOINT_PORT: 51820
|
||||||
OPENVPN_CIPHERS: AES-256-GCM
|
|
||||||
|
|
||||||
DNS_KEEP_NAMESERVER: "on"
|
DNS_KEEP_NAMESERVER: "off"
|
||||||
DOT: "on"
|
DOT: "on"
|
||||||
FIREWALL: "on"
|
FIREWALL: "on"
|
||||||
FIREWALL_INPUT_PORTS: "8080,8000"
|
FIREWALL_INPUT_PORTS: "8080,8000"
|
||||||
FIREWALL_VPN_INPUT_PORTS: 61086
|
|
||||||
|
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: wireguard-config
|
name: wireguard
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|
||||||
livenessProbe:
|
additionalContainers:
|
||||||
httpGet:
|
qbittorrent-natmap:
|
||||||
path: /v1/openvpn/status
|
name: qbittorrent-natmap
|
||||||
port: 8000
|
image: ghcr.io/soxfor/qbittorrent-natmap
|
||||||
initialDelaySeconds: 30
|
|
||||||
periodSeconds: 30
|
|
||||||
|
|
Loading…
Reference in a new issue