From 7eb3110a4aeaae58d2e0b09e2338045ea059c988 Mon Sep 17 00:00:00 2001 From: zhaojing1987 Date: Fri, 15 May 2026 09:15:06 +0800 Subject: [PATCH] Refine Jitsi HTTPS-only defaults --- apps/jitsi/.env | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/jitsi/.env b/apps/jitsi/.env index 53ace13e5..979de1cc6 100644 --- a/apps/jitsi/.env +++ b/apps/jitsi/.env @@ -6,11 +6,10 @@ W9_POWER_PASSWORD='DmIl1gkx!W7ok6Ph' #### -- Not allowed to edit below environments when recreate app based on existing data -- #### W9_ID='jitsi' -W9_HTTP_PORT_SET='9443' W9_HTTPS_PORT_SET='9443' W9_UDP_PORT_SET='10000' W9_HTTPS_PORT=443 -W9_URL=internet_ip:$W9_HTTP_PORT_SET +W9_URL=internet_ip:$W9_HTTPS_PORT_SET W9_URL_REPLACE=true W9_NETWORK=websoft9 #### --------------------------------------------------------------------------------------- ####