A personal app view to see Bsky posts of your followers (for when their app view goes down)
17
fork

Configure Feed

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

initial setup

Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>

+1 -1
+1 -1
Dockerfile
··· 3 3 COPY . /app 4 4 RUN cargo build --release 5 5 # 6 - FROM rust:1.89-slim-bookworm AS api 6 + FROM rust:1.89-slim-bookworm 7 7 RUN apt-get update 8 8 RUN apt-get install -y ca-certificates 9 9 COPY --from=builder /app/target/release/my-appview /usr/local/bin/my-appview