Compare commits

..

2 commits

Author SHA1 Message Date
c1d6e7163e Update all stable non-major dependencies
All checks were successful
/ Ansible Lint (pull_request) Successful in 3m5s
/ Ansible Lint (push) Successful in 3m7s
2026-05-19 09:16:00 +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 2 additions and 3 deletions

View file

@ -4,7 +4,7 @@
services: services:
onlyoffice: onlyoffice:
image: docker.io/onlyoffice/documentserver:9.3.1 image: docker.io/onlyoffice/documentserver:9.4.0
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- "./onlyoffice/DocumentServer/logs:/var/log/onlyoffice" - "./onlyoffice/DocumentServer/logs:/var/log/onlyoffice"

View file

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