No description
Find a file
Simon Bärlocher b19ac2270a
fix(send): use Traefik v3 OR-syntax for multi-domain Host rule
The router rule joined send_domains with ', ' which is the v2 syntax
('Host(`a`, `b`)'). Traefik v3 expects each Host() to be its own
matcher joined with the explicit '||' OR operator. With v3 the comma
form is silently ignored — only the first host actually matches.

Match the pattern already used in the authentik, drawio and nextcloud
roles in this collection.
2026-05-26 15:38:34 +02:00
meta chore: add empty collection skeleton 2025-08-20 10:33:28 +02:00
plugins feat(bookstack): add role for self-hosted BookStack deployment 2026-05-26 15:30:21 +02:00
roles fix(send): use Traefik v3 OR-syntax for multi-domain Host rule 2026-05-26 15:38:34 +02:00
.gitignore Merge remote-tracking branch 'origin/main' 2026-05-20 12:41:52 +02:00
galaxy.yml feat(bookstack): add role for self-hosted BookStack deployment 2026-05-26 15:30:21 +02:00
README.md chore: add empty collection skeleton 2025-08-20 10:33:28 +02:00

Ansible Collection - digitalboard.core

Documentation for the collection.