Adding repo files

This commit is contained in:
Noah L. Schrick 2022-12-23 23:00:50 -06:00
commit d83b9e7eec
7 changed files with 22 additions and 0 deletions

15
.gitmodules vendored Normal file
View File

@ -0,0 +1,15 @@
[submodule "Arch_Dotfiles"]
path = Arch_Dotfiles
url = https://git.theschricks.com/noah/Arch_Dotfiles
[submodule "Nginx_Confs"]
path = Nginx_Confs
url = https://git.theschricks.com/noah/Nginx_Confs
[submodule "Backup_Script"]
path = Backup_Script
url = https://git.theschricks.com/noah/Backup_Script
[submodule "ContactCard"]
path = ContactCard
url = https://git.theschricks.com/noah/ContactCard
[submodule "Docker-Compose_Files"]
path = Docker-Compose_Files
url = https://git.theschricks.com/noah/Docker-Compose_Files

1
Arch_Dotfiles Submodule

@ -0,0 +1 @@
Subproject commit 57fb7319c6afdec4a97473990c4c3be93dbbc93b

1
Backup_Script Submodule

@ -0,0 +1 @@
Subproject commit 73c753998d204142b6af13cf644109439208e777

1
ContactCard Submodule

@ -0,0 +1 @@
Subproject commit 84ce6cec5f8ed83bef7ebee2521e035f288a1113

1
Docker-Compose_Files Submodule

@ -0,0 +1 @@
Subproject commit 4c01224fcf723e692009aaacbf42c9328a6acc2f

1
Nginx_Confs Submodule

@ -0,0 +1 @@
Subproject commit b605f141a1e5d9f5696d32e3d55c5a0f8ac93591

2
README.md Normal file
View File

@ -0,0 +1,2 @@
Main project repo for all homelabbing and self-hosted projects.
Projects are sorted by "category", then by submodules for each project.