build: use https submodule URLs instead of ssh

Switch the three submodules (torrent-peer, torrent-tracker, torrent-ui)
from ssh://git@git.cieric.com to https://git.cieric.com so a fresh
clone + submodule init works without SSH credentials.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ookami125 2026-06-25 23:14:24 -04:00
parent d87603fbbe
commit 6107846fc9

6
.gitmodules vendored
View file

@ -1,12 +1,12 @@
[submodule "external/torrent-peer"]
path = external/torrent-peer
url = ssh://git@git.cieric.com/cieric/Naut-Peer.git
url = https://git.cieric.com/cieric/Naut-Peer.git
branch = master
[submodule "external/torrent-tracker"]
path = external/torrent-tracker
url = ssh://git@git.cieric.com/cieric/Naut-Tracker.git
url = https://git.cieric.com/cieric/Naut-Tracker.git
branch = main
[submodule "web/torrent-ui"]
path = web/torrent-ui
url = ssh://git@git.cieric.com/cieric/Naut-Plugin-WebUI.git
url = https://git.cieric.com/cieric/Naut-Plugin-WebUI.git
branch = webui-plugin