Bookmark this to keep an eye on my project updates!
This blog describes my (sometimes very rocky) journey on the way to implementing my Homelab. I don’t have any preferences, but rather put it together part by part and draw inspiration from various sources.
I describe the individual steps to reach my goal and also try to document the problems I encountered along the way, including the solution, as best I can. This serves as a reference for me, but also for anyone working on similar projects.
non root
user on docker host and enable ssh accesshttps://code.visualstudio.com/remote/advancedcontainers/sharing-git-credentials
# Make sure you're running as an Administrator
Set-Service ssh-agent -StartupType Automatic
Start-Service ssh-agent
Get-Service ssh-agent