collection of golang services under the Red Dwarf umbrella server.reddwarf.app
bluesky reddwarf microcosm appview
15
fork

Configure Feed

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

readme

+16
+16
readme.md
··· 1 + # Red Dwarf Server 2 + 3 + Red Dwarf but as a Go AppView server instead of a React TypeScript SPA 4 + 5 + you can use it right now by using `did:web:server.reddwarf.app` with any bluesky client that supports custom appviews (like for example [witchsky](https://witchsky.app/)) 6 + 7 + still very early in development 8 + implemented routes: 9 + - app.bsky.actor.getProfiles 10 + - app.bsky.actor.getProfile 11 + - app.bsky.notification.listNotifications (placeholder) 12 + - app.bsky.labeler.getServices 13 + - app.bsky.feed.getFeedGenerators 14 + - app.bsky.feed.getPosts (post rendering is incomplete) 15 + - app.bsky.feed.getFeed (post rendering is incomplete) 16 + - app.bsky.unspecced.getConfig (placeholder)