From 58159636e820926eaf731aed4c3de657717dabe8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 19 Dec 2025 08:51:52 -0800 Subject: add monitoring Run victoria metrics and grafana on rivendell. Grafana is using authelia for auth. We run some collectors on all the machines, and they publish to VM through the wireguard interface. --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 7f62818..a63b1bd 100644 --- a/justfile +++ b/justfile @@ -51,3 +51,9 @@ sync-agenix-key: mkdir -p ~/.ssh op --account my.1password.com read "op://Private/agenix/private key?ssh-format=openssh" > ~/.ssh/agenix op --account my.1password.com read "op://Private/agenix/public key" > ~/.ssh/agenix.pub + +# generate a new OIDC secret +[group('secrets')] +oidc-secret: + @echo "generate a new OIDC secret..." + nix run nixpkgs#authelia -- crypto hash generate pbkdf2 --variant sha512 --random --random.length 72 --random.charset rfc3986 -- cgit v1.2.3