From 94ed6a8184cf5a02e0e9c8c4e15b728a5e06b850 Mon Sep 17 00:00:00 2001 From: datadunia Date: Wed, 10 Jun 2026 04:52:34 +0700 Subject: [PATCH] ci: fix submodule URLs to HTTPS for reverse proxy --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index fb0bc66..cd11e3d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "apps/server-core"] path = apps/server-core - url = http://git.datadunia.com/nexusguard/nexus-server-core.git + url = https://git.datadunia.com/nexusguard/nexus-server-core.git [submodule "apps/dashboard-ui"] path = apps/dashboard-ui - url = http://git.datadunia.com/nexusguard/nexus-dashboard-ui.git + url = https://git.datadunia.com/nexusguard/nexus-dashboard-ui.git [submodule "apps/device-agent"] path = apps/device-agent - url = http://git.datadunia.com/nexusguard/nexus-device-agent.git + url = https://git.datadunia.com/nexusguard/nexus-device-agent.git