Compare commits

..

2 commits

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

View file

@ -24,7 +24,6 @@ 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