From 931afac7e067c6d9d1dd5bfd4ff4f4ea4567ea38 Mon Sep 17 00:00:00 2001
From: lilly
Date: Tue, 9 Jun 2026 21:27:13 +0200
Subject: [PATCH 1/2] add ueberwachungsfrei-kundgebung site
---
.../chaosknoten/public-reverse-proxy/nginx/acme_challenge.conf | 1 +
resources/chaosknoten/public-reverse-proxy/nginx/nginx.conf | 1 +
2 files changed, 2 insertions(+)
diff --git a/resources/chaosknoten/public-reverse-proxy/nginx/acme_challenge.conf b/resources/chaosknoten/public-reverse-proxy/nginx/acme_challenge.conf
index 304072b..a7ae7f0 100644
--- a/resources/chaosknoten/public-reverse-proxy/nginx/acme_challenge.conf
+++ b/resources/chaosknoten/public-reverse-proxy/nginx/acme_challenge.conf
@@ -87,6 +87,7 @@ map $host $upstream_acme_challenge_host {
staging.docs.c3voc.de public-web-static.hosts.hamburg.ccc.de:31820;
infra-docs.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:31820;
staging.infra-docs.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:31820;
+ ueberwachungsfrei-kundgebung.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:31820;
default "";
}
diff --git a/resources/chaosknoten/public-reverse-proxy/nginx/nginx.conf b/resources/chaosknoten/public-reverse-proxy/nginx/nginx.conf
index 5e89aa9..3f61267 100644
--- a/resources/chaosknoten/public-reverse-proxy/nginx/nginx.conf
+++ b/resources/chaosknoten/public-reverse-proxy/nginx/nginx.conf
@@ -110,6 +110,7 @@ stream {
staging.docs.c3voc.de public-web-static.hosts.hamburg.ccc.de:8443;
infra-docs.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:8443;
staging.infra-docs.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:8443;
+ ueberwachungsfrei-kundgebung.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:8443;
}
server {
From eece3ae6f69ed1992268bdd5ae45885dcf39acf7 Mon Sep 17 00:00:00 2001
From: Renovate
Date: Tue, 9 Jun 2026 19:46:01 +0000
Subject: [PATCH 2/2] Update docker.io/pretalx/standalone Docker tag to
v2025.2.3
---
resources/chaosknoten/pretalx/docker_compose/compose.yaml.j2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/resources/chaosknoten/pretalx/docker_compose/compose.yaml.j2 b/resources/chaosknoten/pretalx/docker_compose/compose.yaml.j2
index 0bbfcb8..78dba42 100644
--- a/resources/chaosknoten/pretalx/docker_compose/compose.yaml.j2
+++ b/resources/chaosknoten/pretalx/docker_compose/compose.yaml.j2
@@ -33,7 +33,7 @@ services:
- pretalx_net
pretalx:
- image: docker.io/pretalx/standalone:v2025.1.0
+ image: docker.io/pretalx/standalone:v2025.2.3
entrypoint: gunicorn
command:
- "pretalx.wsgi"
@@ -78,7 +78,7 @@ services:
- pretalx_net
celery:
- image: docker.io/pretalx/standalone:v2025.1.0
+ image: docker.io/pretalx/standalone:v2025.2.3
command:
- taskworker
restart: unless-stopped