Naut/.gitmodules
ookami125 6107846fc9 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>
2026-06-25 23:14:24 -04:00

12 lines
409 B
Text

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