The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: oops

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 504e2d31 01b9eb24

+1 -1
+1 -1
cmd/sponsor-panel/main.go
··· 267 267 slog.Info("main: S3 client created", "bucket", *bucketName) 268 268 } 269 269 270 - thothClient, err := thoth.New(context.Background(), *thothURL, *thothToken) 270 + thothClient, err := thoth.New(context.Background(), *thothURL, *thothToken, *thothInsecure) 271 271 if err != nil { 272 272 slog.Error("can't create thoth client", "err", err) 273 273 os.Exit(2)