Compare commits
3 commits
b909aa3cc5
...
f3e1546ae0
| Author | SHA1 | Date | |
|---|---|---|---|
| f3e1546ae0 | |||
|
25bab80c58 |
|||
|
56392b776a |
4 changed files with 22 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
pretalx:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2026.2.1
|
||||
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:v2026.2.1
|
||||
command:
|
||||
- taskworker
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
|
|
@ -87,6 +87,8 @@ 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;
|
||||
didays.de public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
staging.didays.de public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
ueberwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
überwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
xn--berwachungsfrei-yvb.eu public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
|
|
|
|||
|
|
@ -110,6 +110,8 @@ 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;
|
||||
didays.de public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
staging.didays.de public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
ueberwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
überwachungsfrei.eu public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
xn--berwachungsfrei-yvb.eu public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
|
|
|
|||
|
|
@ -84,6 +84,14 @@ endpoints:
|
|||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*DIDay*)"
|
||||
|
||||
- name: didays.de
|
||||
url: "https://didays.de"
|
||||
<<: *websites_defaults
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*Digitale Unabhängigkeit*)"
|
||||
|
||||
- name: element-admin.hamburg.ccc.de
|
||||
url: "https://element-admin.hamburg.ccc.de"
|
||||
<<: *websites_defaults
|
||||
|
|
@ -159,6 +167,14 @@ endpoints:
|
|||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*cryptoparty-hamburg.de Staging Environment*)"
|
||||
|
||||
- name: staging.didays.de
|
||||
url: "https://staging.didays.de"
|
||||
<<: *websites_defaults
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*didays.de Staging Environment*)"
|
||||
|
||||
- name: staging.hacker.tours
|
||||
url: "https://staging.hacker.tours"
|
||||
<<: *websites_staging_defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue