Lasa is a stateless proxy that generates a RSS or an Atom feed from a Standard.site publication. lasa.anhgelus.world
rss atom atprotocol standard-site atproto
2
fork

Configure Feed

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

feat(lasad): log version during start

+1 -1
+1 -1
cmd/lasad/run.go
··· 40 40 ctx, cancel := signal.NotifyContext(context.Background(), os.Interrupt, syscall.SIGINT, syscall.SIGTERM) 41 41 defer cancel() 42 42 43 - slog.Info("loading config", "path", configPath) 43 + slog.Info("loading config", "path", configPath, "version", internal.Version) 44 44 cfg, err := config.Load(configPath) 45 45 if err != nil { 46 46 panic(err)