this repo has no description
0
fork

Configure Feed

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

at be408d98e7f8a4b68e96fb744aab2a4dadc4899b 14 lines 395 B view raw
1NGROK_HOSTNAME = 'routinely-right-barnacle.ngrok-free.app' 2 3def did_doc(): 4 return { 5 '@context': ['https://www.w3.org/ns/did/v1'], 6 'id': f'did:web:{NGROK_HOSTNAME}', 7 'service': [ 8 { 9 'id': '#bsky_fg', 10 'type': 'BskyFeedGenerator', 11 'serviceEndpoint': f'https://{NGROK_HOSTNAME}', 12 }, 13 ], 14 }