From 938a9130940495710d92b86791d925fc457bb198 Mon Sep 17 00:00:00 2001 From: bitwhisker Date: Sun, 9 Aug 2026 17:32:36 +0200 Subject: [PATCH 1/2] z9-router(host): add firewall rule chaosknoten to z9 pbs --- resources/z9/z9-router/nftables/nftables.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/z9/z9-router/nftables/nftables.conf b/resources/z9/z9-router/nftables/nftables.conf index b82c3e02..46464d5c 100644 --- a/resources/z9/z9-router/nftables/nftables.conf +++ b/resources/z9/z9-router/nftables/nftables.conf @@ -113,6 +113,8 @@ table inet forward { # Fux PVE backups ip6 saddr { 2a07:c481:0:1::/64 } ip6 daddr { 2a07:c481:1:36::15/128 } accept comment "allow Fux PVE to access CCCHH PBS" + # chaosknoten PVE backups + ip6 saddr { 2a00:14b0:4200:3000::126:1/128 } ip6 daddr { 2a07:c481:1:36::15/128 } accept comment "allow chaosknoten PVE to access CCCHH PBS" # staubi and staubiv2 to club-assistant ip saddr { 10.89.212.232/32, 10.89.212.233/32 } ip daddr { 10.89.213.22/32 } accept comment "allow staubi and staubiv2 to club-assistant" From 49ea921450faeb0912ade0dd5e09feedf01a88aa Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 9 Aug 2026 15:46:15 +0000 Subject: [PATCH 2/2] Update docker.io/library/mariadb Docker tag to v12 --- resources/chaosknoten/ccchoir/docker_compose/compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/chaosknoten/ccchoir/docker_compose/compose.yaml.j2 b/resources/chaosknoten/ccchoir/docker_compose/compose.yaml.j2 index 72d898fa..2dff4bcd 100644 --- a/resources/chaosknoten/ccchoir/docker_compose/compose.yaml.j2 +++ b/resources/chaosknoten/ccchoir/docker_compose/compose.yaml.j2 @@ -3,7 +3,7 @@ services: database: - image: docker.io/library/mariadb:11 + image: docker.io/library/mariadb:12 environment: - "MARIADB_DATABASE=wordpress" - "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"