commit d83b9e7eec887e69122524329e4514b56a462ef2 Author: noah Date: Fri Dec 23 23:00:50 2022 -0600 Adding repo files diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..895bd17 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/Arch_Dotfiles b/Arch_Dotfiles new file mode 160000 index 0000000..57fb731 --- /dev/null +++ b/Arch_Dotfiles @@ -0,0 +1 @@ +Subproject commit 57fb7319c6afdec4a97473990c4c3be93dbbc93b diff --git a/Backup_Script b/Backup_Script new file mode 160000 index 0000000..73c7539 --- /dev/null +++ b/Backup_Script @@ -0,0 +1 @@ +Subproject commit 73c753998d204142b6af13cf644109439208e777 diff --git a/ContactCard b/ContactCard new file mode 160000 index 0000000..84ce6ce --- /dev/null +++ b/ContactCard @@ -0,0 +1 @@ +Subproject commit 84ce6cec5f8ed83bef7ebee2521e035f288a1113 diff --git a/Docker-Compose_Files b/Docker-Compose_Files new file mode 160000 index 0000000..4c01224 --- /dev/null +++ b/Docker-Compose_Files @@ -0,0 +1 @@ +Subproject commit 4c01224fcf723e692009aaacbf42c9328a6acc2f diff --git a/Nginx_Confs b/Nginx_Confs new file mode 160000 index 0000000..b605f14 --- /dev/null +++ b/Nginx_Confs @@ -0,0 +1 @@ +Subproject commit b605f141a1e5d9f5696d32e3d55c5a0f8ac93591 diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe31a13 --- /dev/null +++ b/README.md @@ -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.