12 Commits

Author SHA1 Message Date
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 14 additions and 7 deletions

View File

@@ -780,9 +780,6 @@ homepage:
- Digital Ocean:
- abbr: DO
href: https://www.digitalocean.com/
- AWS:
- abbr: AW
href: https://aws.amazon.com/console/
- Cloudflare:
- abbr: CF
href: https://dash.cloudflare.com/b76e303258b84076ee01fd0f515c0768
@@ -792,12 +789,12 @@ homepage:
- ProtonVPN:
- abbr: PV
href: https://account.protonvpn.com/
- AirVPN:
- abbr: AV
href: https://airvpn.org/
- Unifi:
- abbr: UF
href: https://unifi.ui.com/
- Pushover:
- abbr: PO
href: https://pushover.net
- ReCaptcha:
- abbr: RC
href: https://www.google.com/recaptcha/admin/site/698983587

View File

@@ -74,6 +74,11 @@ 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

View File

@@ -60,7 +60,7 @@ slskd:
- name: WIREGUARD_PRIVATE_KEY
valueFrom:
secretKeyRef:
name: qbittorrent-wireguard-conf
name: slskd-wireguard-conf
key: private-key
- name: WIREGUARD_PRESHARED_KEY
valueFrom:
@@ -72,6 +72,11 @@ 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