No description
Find a file
2025-12-14 09:50:15 +00:00
.git-crypt Add 1 git-crypt collaborator [ci skip] 2025-10-24 18:00:00 +00:00
cli update @ record as well 2024-12-02 21:51:05 +00:00
diagram add link to diagramms lib [ci skip] 2024-01-07 02:38:27 +00:00
modules upgrade dawarich [ci skip] 2025-12-14 09:50:15 +00:00
scripts scale down calibre-web-automated instead of calibre [ci skip] 2025-12-06 22:04:41 +00:00
secrets Drone CI Update TLS Certificates Commit 2025-12-14 00:06:32 +00:00
.drone.yml touch empty private key to enable tfa in drone 2025-11-29 12:06:10 +00:00
.gitattributes add git-crypt terraform 2021-02-14 18:17:40 +00:00
.gitignore add frigate config to giignore to allow having a backup in code-ish [ci skip] 2025-09-06 12:34:02 +00:00
.terraform.lock.hcl add template vm in proxmox [ci skip] 2025-10-11 13:32:49 +00:00
corefils.yaml disable coredns logs as we dont need them in prod[ci skip] 2025-01-25 17:22:38 +00:00
LICENSE.txt Drone CI Update TLS Certificates Commit 2025-10-12 00:13:18 +00:00
main.tf update vm creation tempaltes [ci skip] 2025-12-14 09:50:15 +00:00
migrate_tfstate.txt initial 2021-02-08 20:02:17 +00:00
README.md add git-crypt setup instructions [ci skip] 2025-10-24 18:09:57 +00:00
terraform.tfstate Drone CI deploy commit [CI SKIP] 2025-12-14 00:19:45 +00:00
terraform.tfvars lower tuya bridge replicas to 1 as we do not need 3 [ci skip] 2025-12-01 20:41:22 +00:00
terraform_1.10.3_linux_amd64.zip Drone CI Update TLS Certificates Commit 2025-10-12 00:13:18 +00:00
versions.tf add template vm in proxmox [ci skip] 2025-10-11 13:32:49 +00:00

Build Status

This repo contains my infra-as-code sources.

My infrastructure is built using Terraform, Kubernetes and CI/CD is done using Drone CI.

Read more by visiting my website: https://viktorbarzin.me

git-crypt setup

To decrypt the secrets, you need to setup git-crypt.

  1. Install git-crypt.
  2. Setup gpg keys on the machine
  3. git-crypt unlock

This will unlock the secrets and will lock them on commit