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.

build(docker): cannot build valkey glide

+5 -3
+4 -2
Dockerfile
··· 4 4 5 5 COPY . . 6 6 7 - RUN apk add just 7 + RUN apk add just rust 8 8 9 - RUN just build 9 + RUN GOFLAGS=-tags=musl just build 10 10 11 11 FROM alpine:latest 12 12 ··· 14 14 15 15 # expose default port 16 16 EXPOSE 8000 17 + 18 + RUN apk add --no-cache libgcc 17 19 18 20 COPY --from=builder /app/build/lasad . 19 21 COPY --from=builder /app/build/lasa .
+1 -1
lasad.1.scd
··· 19 19 *lasad* is the lasa daemon running the webserver. 20 20 It generates a RSS or an Atom feed for an ATProto publication. 21 21 22 - *lasad* or *lased run* without any commands starts the daemon. 22 + *lasad* or *lasad run* without any commands starts the daemon. 23 23 24 24 *lasad gen-config* generates a new config and *overwrites* the current config file. 25 25