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