Highly ambitious ATProtocol AppView service and sdks
0
fork

Configure Feed

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

update aip scopes

+1 -1
+1 -1
aip/fly.toml
··· 14 14 HTTP_PORT="8080" 15 15 DATABASE_URL="sqlite:///data/aip.db" 16 16 HTTP_CLIENT_TIMEOUT="30" 17 - OAUTH_SUPPORTED_SCOPES="openid email profile atproto transition:generic account:email blob:image/* repo:network.slices.slice repo:network.slices.lexicon repo:network.slices.actor.profile repo:network.slices.waiting" 17 + OAUTH_SUPPORTED_SCOPES="openid email profile atproto transition:generic account:email blob:image/* repo:network.slices.slice repo:network.slices.lexicon repo:network.slices.actor.profile repo:network.slices.waitlist.request" 18 18 ENABLE_CLIENT_API="true" 19 19 ADMIN_DIDS="did:plc:bcgltzqazw5tb6k2g3ttenbj" 20 20 RUST_LOG="aip=trace,sqlx=debug,tower_http=debug,atproto_identity=debug,atproto_oauth=debug"