Monolithic repository for my homelab
Go to file
2022-02-11 18:10:55 +00:00
docs Intialize folders for all projects 2022-02-08 22:29:15 -08:00
gaming-vpn Intialize folders for all projects 2022-02-08 22:29:15 -08:00
jafner-chat Intialize folders for all projects 2022-02-08 22:29:15 -08:00
jafner-tools Intialize folders for all projects 2022-02-08 22:29:15 -08:00
nas Intialize folders for all projects 2022-02-08 22:29:15 -08:00
router Intialize folders for all projects 2022-02-08 22:29:15 -08:00
seedbox Delete: Server/exatorrent Server/wikijs Server/gitea 2022-02-11 09:59:46 -08:00
server Merge branch 'main' of ssh://gitlab.jafner.net:2229/Jafner/homelab 2022-02-11 09:59:49 -08:00
.gitlab-ci.yml Update .gitlab-ci.yml file 2022-02-10 23:02:18 +00:00
README.md Update README.md 2022-02-11 18:10:55 +00:00

homelab

Monolithic repository for my homelab

Pulling Only Relevant Subdir

Per: https://stackoverflow.com/questions/4114887

~$ mkdir homelab && cd homelab/
git init
git config core.sparseCheckout true
git remote add -f origin ssh://git@gitlab.jafner.net:2229/Jafner/homelab.git
echo "<deployment name; e.g. server/>" > .git/info/sparse-checkout
git checkout main