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>
12 lines
409 B
Text
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
|