Signing works

This commit is contained in:
Melody Becker 2025-04-10 16:40:06 +02:00
parent d272fa90b4
commit da2a89010c
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
19 changed files with 348 additions and 100 deletions

View file

@ -160,6 +160,6 @@ func newServer() {
}()
}
log.Info().Msg("Starting public server")
public := webpublic.New(":8080")
public := webpublic.New(":8080", &defaultDuck)
public.Start()
}