Compare commits
12 Commits
tmp/eraser
...
f351157d46
| Author | SHA1 | Date | |
|---|---|---|---|
| f351157d46 | |||
| 4ff7b6b28d | |||
| a23123482f | |||
| 7403825533 | |||
| 2e0320d47d | |||
| bf485178bf | |||
| 8e91d5e41b | |||
| 76cf6ac109 | |||
| a5c22f90b4 | |||
| 6733bc8c92 | |||
| ea3a408316 | |||
| 90889bb350 |
@@ -780,9 +780,6 @@ homepage:
|
|||||||
- Digital Ocean:
|
- Digital Ocean:
|
||||||
- abbr: DO
|
- abbr: DO
|
||||||
href: https://www.digitalocean.com/
|
href: https://www.digitalocean.com/
|
||||||
- AWS:
|
|
||||||
- abbr: AW
|
|
||||||
href: https://aws.amazon.com/console/
|
|
||||||
- Cloudflare:
|
- Cloudflare:
|
||||||
- abbr: CF
|
- abbr: CF
|
||||||
href: https://dash.cloudflare.com/b76e303258b84076ee01fd0f515c0768
|
href: https://dash.cloudflare.com/b76e303258b84076ee01fd0f515c0768
|
||||||
@@ -792,12 +789,12 @@ homepage:
|
|||||||
- ProtonVPN:
|
- ProtonVPN:
|
||||||
- abbr: PV
|
- abbr: PV
|
||||||
href: https://account.protonvpn.com/
|
href: https://account.protonvpn.com/
|
||||||
|
- AirVPN:
|
||||||
|
- abbr: AV
|
||||||
|
href: https://airvpn.org/
|
||||||
- Unifi:
|
- Unifi:
|
||||||
- abbr: UF
|
- abbr: UF
|
||||||
href: https://unifi.ui.com/
|
href: https://unifi.ui.com/
|
||||||
- Pushover:
|
|
||||||
- abbr: PO
|
|
||||||
href: https://pushover.net
|
|
||||||
- ReCaptcha:
|
- ReCaptcha:
|
||||||
- abbr: RC
|
- abbr: RC
|
||||||
href: https://www.google.com/recaptcha/admin/site/698983587
|
href: https://www.google.com/recaptcha/admin/site/698983587
|
||||||
|
|||||||
@@ -74,6 +74,11 @@ qbittorrent:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: qbittorrent-wireguard-conf
|
name: qbittorrent-wireguard-conf
|
||||||
key: addresses
|
key: addresses
|
||||||
|
- name: FIREWALL_VPN_INPUT_PORTS
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: qbittorrent-wireguard-conf
|
||||||
|
key: input-ports
|
||||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||||
value: 192.168.1.0/24,10.244.0.0/16
|
value: 192.168.1.0/24,10.244.0.0/16
|
||||||
- name: FIREWALL_INPUT_PORTS
|
- name: FIREWALL_INPUT_PORTS
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ slskd:
|
|||||||
- name: WIREGUARD_PRIVATE_KEY
|
- name: WIREGUARD_PRIVATE_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: qbittorrent-wireguard-conf
|
name: slskd-wireguard-conf
|
||||||
key: private-key
|
key: private-key
|
||||||
- name: WIREGUARD_PRESHARED_KEY
|
- name: WIREGUARD_PRESHARED_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@@ -72,6 +72,11 @@ slskd:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: slskd-wireguard-conf
|
name: slskd-wireguard-conf
|
||||||
key: addresses
|
key: addresses
|
||||||
|
- name: FIREWALL_VPN_INPUT_PORTS
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: slskd-wireguard-conf
|
||||||
|
key: input-ports
|
||||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||||
value: 192.168.1.0/24,10.244.0.0/16
|
value: 192.168.1.0/24,10.244.0.0/16
|
||||||
- name: FIREWALL_INPUT_PORTS
|
- name: FIREWALL_INPUT_PORTS
|
||||||
|
|||||||
Reference in New Issue
Block a user