search for standard sites pub-search.waow.tech
search zig blog atproto
11
fork

Configure Feed

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

add sqlite3 to runtime image for debugging

zzstoatzz cbaabd18 71405d9a

+1
+1
backend/Dockerfile
··· 22 22 23 23 RUN apt-get update && apt-get install -y --no-install-recommends \ 24 24 ca-certificates \ 25 + sqlite3 \ 25 26 && rm -rf /var/lib/apt/lists/* \ 26 27 && echo 'precedence ::ffff:0:0/96 100' >> /etc/gai.conf 27 28