Compare commits

...

2 commits

Author SHA1 Message Date
20b50a03b3 Update docker.io/pretalx/standalone Docker tag to v2026
All checks were successful
/ Ansible Lint (push) Successful in 2m54s
/ Ansible Lint (pull_request) Successful in 2m22s
2026-05-19 09:16:11 +00:00
3541c68357
disable dnssec for catalog zones on auth-dns
All checks were successful
/ Ansible Lint (push) Successful in 2m35s
Catalog zones are not real zones in the DNS hierarchy and don't
have a parent zone. Therefore they will never have a valid DNSSEC
delegation so we should skip signing those zones.
2026-05-19 11:01:52 +02:00
2 changed files with 3 additions and 4 deletions

View file

@ -33,7 +33,7 @@ services:
- pretalx_net
pretalx:
image: docker.io/pretalx/standalone:v2025.1.0
image: docker.io/pretalx/standalone:v2026.1.2
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.1.2
command:
- taskworker
restart: unless-stopped

View file

@ -67,8 +67,7 @@ template:
# template for automatically created special zones
- id: catalog
catalog-role: generate
dnssec-signing: on
dnssec-policy: default
dnssec-signing: off
# define zones on this server