Pulumi code for my server setup
0
fork

Configure Feed

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

enable lenient sync validation

+1
+1
services/haring/atproto/relay.ts
··· 57 57 DATABASE_URL: interpolate`postgres://postgres:${getEnv("POSTGRES_PASSWORD")}@${postgresRelayService.ip}/relay`, 58 58 RELAY_PERSIST_DIR: "/data/relay/persist", 59 59 RELAY_REPLAY_WINDOW: "24h", 60 + RELAY_LENIENT_SYNC_VALIDATION: true, 60 61 RELAY_TRUSTED_DOMAINS: [ 61 62 "*.host.bsky.network", 62 63 "atproto.brid.gy",