A lexicon-driven AppView for ATProto.
0

Configure Feed

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

ci: run e2e as root in CI

Signed-off-by: Trezy <tre@trezy.com>

+4
+4
docker-compose.e2e.yml
··· 63 63 build: 64 64 context: . 65 65 dockerfile: Dockerfile 66 + # The image runs as the non-root `app` user, but the e2e entrypoint needs 67 + # root to read Caddy's root-owned CA and install it into the trust store. It 68 + # drops back to `app` before launching the server. 69 + user: root 66 70 entrypoint: ["/bin/sh", "/e2e-entrypoint.sh"] 67 71 environment: 68 72 DATABASE_URL: postgres://happyview:happyview@postgres:5432/happyview_test