atproto pds in zig pds.zat.dev
pds atproto
24

Configure Feed

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

Install sqlite in Fly runtime image

zzstoatzz (May 21, 2026, 11:06 AM -0500) 9fae0144 1c87880d

+1 -1
+1 -1
Dockerfile
··· 23 23 FROM debian:bookworm-slim 24 24 25 25 RUN apt-get update \ 26 - && apt-get install -y --no-install-recommends ca-certificates \ 26 + && apt-get install -y --no-install-recommends ca-certificates sqlite3 \ 27 27 && rm -rf /var/lib/apt/lists/* 28 28 29 29 WORKDIR /app