Compare commits

..

2 commits

Author SHA1 Message Date
Simon Bruder c2626cc138
Improve page title layout with long titles
All checks were successful
/ build (push) Successful in 26s
2024-07-24 16:29:26 +02:00
Simon Bruder 1f852ef219
Use clap for configuration 2024-07-24 16:29:25 +02:00

View file

@ -24,6 +24,7 @@ async fn main() -> std::io::Result<()> {
let config = Config::parse();
// generate a secret key with head -c 64 /dev/urandom | base64 -w0
let secret_key = match config.secret_key {
Some(ref encoded) => Key::from(
&BASE64_STANDARD