Compare commits

...

2 commits

Author SHA1 Message Date
4aa8c564fd Update docker.io/pretix/standalone Docker tag to v2026.5
All checks were successful
/ Ansible Lint (push) Successful in 2m36s
/ Ansible Lint (pull_request) Successful in 2m40s
/ build (pull_request) Successful in 30s
2026-06-19 07:31:09 +00:00
899dbea4dd Fix redirect check, but this is wrong
All checks were successful
/ Ansible Lint (push) Successful in 2m59s
/ build (push) Successful in 55s
Redirect checks should not repeat the content check for the target, but simply check that the redirect is going to the right URL.
2026-06-19 09:30:18 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ services:
backend:
pretix:
image: docker.io/pretix/standalone:2026.3
image: docker.io/pretix/standalone:2026.5
command: ["all"]
ports:
- "8345:80"

View file

@ -238,4 +238,4 @@ endpoints:
conditions:
- "[STATUS] == 200"
- "[CERTIFICATE_EXPIRATION] > 48h"
- "[BODY] == pat(*Wir sind der Chaos Computer Club der Hansestadt Hamburg.*)"
- "[BODY] == pat(*STATUS_CANARY_HAMBURG_CCC_DE_DO_NOT_TOUCH*)"