Rotate operator secrets into agenix and deepen caches
This commit is contained in:
parent
7039bf5aad
commit
03415e579b
28 changed files with 526 additions and 126 deletions
7
Makefile
7
Makefile
|
|
@ -5,7 +5,12 @@ SECRETS := forgejo/admin-password \
|
|||
forgejo/agent-ssh-key \
|
||||
forgejo/nsc-token \
|
||||
forgejo/nsc-dispatcher-config \
|
||||
forgejo/nsc-autoscaler-config
|
||||
forgejo/nsc-autoscaler-config \
|
||||
cloudflare/api-token \
|
||||
hetzner/api-token \
|
||||
forwardemail/api-token \
|
||||
forwardemail/hetzner-s3-user \
|
||||
forwardemail/hetzner-s3-secret
|
||||
|
||||
tun := $(shell ifconfig -l | sed 's/ /\n/g' | grep utun | tail -n 1)
|
||||
cargo_console := env RUST_BACKTRACE=1 RUST_LOG=debug RUSTFLAGS='--cfg tokio_unstable' cargo run --all-features --
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue