add --postgres-password cmdline arg + make keys

This commit is contained in:
swrup 2026-05-12 04:10:43 +02:00 committed by Swrup
parent 42b7e13eae
commit 6cb6a96784
11 changed files with 84 additions and 53 deletions

View file

@ -201,7 +201,7 @@ let upload ~input ~url =
% ("@" ^ input)
% url)
let setup ~output ~output_pubkey =
let generate_eddsa_key ~output ~output_pubkey =
Result.unwrap_err
@@
let priv, pub = Mirage_crypto_ec.Ed25519.generate () in