elraro / home-ops

Repository for my homelab infraestructure and applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repository for my homelab infraestructure and applications

License:MIT License


Languages

Language:Shell 100.0%