14 Commits

Author SHA1 Message Date
4628a9de82 feat: merge
Some checks failed
lint-test-helm / lint-helm (pull_request) Failing after 27s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
render-manifests / render-manifests (pull_request) Successful in 38s
2026-03-19 23:43:42 -05:00
be7b584241 fix: cannot pull list 2026-03-19 23:43:07 -05:00
f351157d46 fix: wrong name 2026-03-19 23:40:45 -05:00
4ff7b6b28d feat: add input ports 2026-03-19 23:40:20 -05:00
a23123482f feat: update bookmarks
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 20s
lint-test-helm / validate-kubeconform (pull_request) Successful in 18s
render-manifests / render-manifests (pull_request) Successful in 40s
2026-03-19 23:31:22 -05:00
7403825533 fix: wrong key
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 17s
lint-test-helm / validate-kubeconform (pull_request) Successful in 19s
2026-03-19 23:29:26 -05:00
2e0320d47d Merge branch 'main' into tmp/airvpn 2026-03-19 23:28:59 -05:00
bf485178bf feat: remove port foward
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 15s
lint-test-helm / validate-kubeconform (pull_request) Successful in 29s
render-manifests / render-manifests (pull_request) Successful in 41s
2026-03-19 23:24:33 -05:00
8e91d5e41b fix: remove key
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 27s
lint-test-helm / validate-kubeconform (pull_request) Successful in 25s
2026-03-19 23:21:47 -05:00
76cf6ac109 Merge branch 'main' into tmp/airvpn 2026-03-19 23:21:12 -05:00
a5c22f90b4 fix: merge
All checks were successful
render-manifests / render-manifests (pull_request) Successful in 28s
lint-test-helm / lint-helm (pull_request) Successful in 36s
lint-test-helm / validate-kubeconform (pull_request) Successful in 30s
2026-03-19 23:19:17 -05:00
6733bc8c92 fix: remove filter, fix env 2026-03-19 23:18:04 -05:00
ea3a408316 Merge branch 'main' into tmp/airvpn 2026-03-19 23:16:27 -05:00
90889bb350 feat: switch to airvpn
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 3m29s
lint-test-helm / validate-kubeconform (pull_request) Successful in 4m55s
render-manifests / render-manifests (pull_request) Successful in 51s
2026-03-19 22:51:21 -05:00
3 changed files with 15 additions and 1 deletions

View File

@@ -789,7 +789,7 @@ homepage:
- ProtonVPN:
- abbr: PV
href: https://account.protonvpn.com/
- ProtonVPN:
- AirVPN:
- abbr: AV
href: https://airvpn.org/
- Unifi:

View File

@@ -74,12 +74,19 @@ qbittorrent:
secretKeyRef:
name: qbittorrent-wireguard-conf
key: addresses
- name: FIREWALL_VPN_INPUT_PORTS
valueFrom:
secretKeyRef:
name: qbittorrent-wireguard-conf
key: input-ports
- name: FIREWALL_OUTBOUND_SUBNETS
value: 192.168.1.0/24,10.244.0.0/16
- name: FIREWALL_INPUT_PORTS
value: 8080,9022
- name: DNS_UPSTREAM_RESOLVER_TYPE
value: dot
- name: BLOCK_MALICIOUS
value: "off"
- name: HTTPPROXY
value: "off"
- name: SHADOWSOCKS

View File

@@ -72,12 +72,19 @@ slskd:
secretKeyRef:
name: slskd-wireguard-conf
key: addresses
- name: FIREWALL_VPN_INPUT_PORTS
valueFrom:
secretKeyRef:
name: slskd-wireguard-conf
key: input-ports
- name: FIREWALL_OUTBOUND_SUBNETS
value: 192.168.1.0/24,10.244.0.0/16
- name: FIREWALL_INPUT_PORTS
value: 5030,50300
- name: DNS_UPSTREAM_RESOLVER_TYPE
value: dot
- name: BLOCK_MALICIOUS
value: "off"
- name: HTTPPROXY
value: "off"
- name: SHADOWSOCKS