Skip to content

Repository for my homelab infraestructure and applications

License

Notifications You must be signed in to change notification settings

elraro/home-ops

Repository files navigation

My home operations repository :octocat:

... managed with Flux, Renovate and GitHub Actions 🤖

Requirements

# install pre-commit
pip install pre-commit --break-system-packages
echo 'export PATH=/home/$USER/.local/bin:$PATH' >> ~/.bashrc 

# install sops
curl -LO https://github.com/getsops/sops/releases/download/v3.8.1/sops-v3.8.1.linux.amd64
mv sops-v3.8.1.linux.amd64 /usr/local/bin/sops
chmod +x /usr/local/bin/sops