add gitea actions runner manager

This commit is contained in:
2026-03-13 22:37:21 +01:00
parent c056d86da2
commit 168f480c75
12 changed files with 297 additions and 0 deletions

7
vault/policy/garm.hcl Normal file
View File

@@ -0,0 +1,7 @@
path "secret/data/garm" {
capabilities = ["read"]
}
path "secret/data/backblaze" {
capabilities = ["read"]
}