this repo has no description
1
fork

Configure Feed

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

at main 17 lines 476 B view raw
1PORT=3000 2PUBLIC_URL=https://portable.agency 3SESSION_SECRET=replace-with-random-32-bytes-hex 4 5# Generate with: node -e "import('@atproto/jwk-jose').then(m => m.JoseKey.generate().then(k => console.log(JSON.stringify(k.privateJwk))))" 6OAUTH_PRIVATE_KEY= 7 8ATTESTER_DID=did:plc:y564i3jkoqqb5of5bcnq4xee 9ATTESTER_IDENTIFIER=portable.agency 10ATTESTER_APP_PASSWORD= 11ATTESTER_PDS_URL= 12 13DISCORD_CLIENT_ID= 14DISCORD_CLIENT_SECRET= 15 16UA_GUILD_ID= 17UA_FASCINATOR_ROLE_ID=1356666056201998426