Project | Badge | Description |
---|---|---|
Apps | personal projects, open source apps, etc. | |
Infra | software critical to the cluster being operational | |
Media | *arr stack for media managemet and viewing |
This repo contains my declarative setup for my home k3s cluster. Applications are synced to the cluster via ArogCD, and the applications live under the /apps
folder. I also manage ArgoCD itself via this repository after an initial manual deployment.
Secrets are managed via the SealedSecrets operator. Secrets are encrypted prior to checking them into git, and then are decrypted by the operator once deployed to the cluster.