From df42c3fc4ca1ce6518e325bce1e306e412050f61 Mon Sep 17 00:00:00 2001 From: Apfelwurm Date: Sun, 30 Nov 2025 21:08:14 +0100 Subject: [PATCH] add traefik config for hpb --- traefik.yml.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/traefik.yml.tmpl b/traefik.yml.tmpl index b1ba638..0ad499e 100644 --- a/traefik.yml.tmpl +++ b/traefik.yml.tmpl @@ -90,6 +90,12 @@ entrypoints: matrix-federation: address: ":9001" {{ end }} + {{ if eq (env "NEXTCLOUD_TALK_HPB_ENABLED") "1" }} + nextcloud-talk-hpb: + address: ":3478" + nextcloud-talk-hpb-udp: + address: ":3478/udp" + {{ end }} ping: entryPoint: web