From a30aea52bfca3a5c3c657041278e09e0db18ff46 Mon Sep 17 00:00:00 2001 From: mikl Date: Mon, 13 Jul 2026 22:37:51 +0300 Subject: [PATCH] =?UTF-8?q?heather/jitsi:=20drop=20jvb=20127.0.0.1:8080=20?= =?UTF-8?q?publish=20(conflicts=20with=20cinny,=20not=20needed=20=E2=80=94?= =?UTF-8?q?=20colibri-ws=20proxied=20via=20jitsi-web=20nginx=20on=20alias?= =?UTF-8?q?=20jvb:9090)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/heather/arion-compose.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/heather/arion-compose.nix b/hosts/heather/arion-compose.nix index 496516f..4e7cf25 100644 --- a/hosts/heather/arion-compose.nix +++ b/hosts/heather/arion-compose.nix @@ -365,7 +365,6 @@ in service.restart = "unless-stopped"; service.ports = [ "10000:10000/udp" - "127.0.0.1:8080:8080" ]; service.volumes = [ "jitsi-jvb-config:/config" ]; service.depends_on = [ "jitsi-prosody" ];