Skip to content

Commit

Permalink
chore: Added git submodules for services
Browse files Browse the repository at this point in the history
  • Loading branch information
shubms committed Dec 8, 2024
1 parent 6618a16 commit d0966da
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[submodule "backrest"]
path = src/backrest
url = https://github.com/garethgeorge/backrest.git
[submodule "kubo"]
path = src/kubo
url = https://github.com/ipfs/kubo.git
[submodule "monero"]
path = src/monero
url = https://github.com/monero-project/monero.git
[submodule "ollama"]
path = src/ollama
url = https://github.com/ollama/ollama.git
[submodule "p2pool"]
path = src/p2pool
url = https://github.com/SChernykh/p2pool.git
[submodule "syncthing"]
path = src/syncthing
url = https://github.com/syncthing/syncthing.git
[submodule "tailscale"]
path = src/tailscale
url = https://github.com/tailscale/tailscale.git
[submodule "xmrig"]
path = src/xmrig
url = https://github.com/xmrig/xmrig.git
[submodule "roundcube"]
path = src/roundcube
url = https://github.com/roundcube/roundcubemail.git
1 change: 1 addition & 0 deletions src/backrest
Submodule backrest added at 2bd535
1 change: 1 addition & 0 deletions src/kubo
Submodule kubo added at 901745
1 change: 1 addition & 0 deletions src/monero
Submodule monero added at b089f9
1 change: 1 addition & 0 deletions src/ollama
Submodule ollama added at de52b6
1 change: 1 addition & 0 deletions src/p2pool
Submodule p2pool added at 18b280
1 change: 1 addition & 0 deletions src/roundcube
Submodule roundcube added at 5504a7
1 change: 1 addition & 0 deletions src/syncthing
Submodule syncthing added at 612fdf
1 change: 1 addition & 0 deletions src/tailscale
Submodule tailscale added at c80eb6
1 change: 1 addition & 0 deletions src/xmrig
Submodule xmrig added at f9e990

0 comments on commit d0966da

Please sign in to comment.