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.

appview main ascii art

+16
+15
cmd/appview/main.go
··· 663 663 } 664 664 }(clientUUID) 665 665 } 666 + c.String(http.StatusOK, ` 667 + ____ __________ ____ _ _____ ____ ______ _____ __________ _ ____________ 668 + / __ \/ ____/ __ \ / __ \ | / / | / __ \/ ____/ / ___// ____/ __ \ | / / ____/ __ \ 669 + / /_/ / __/ / / / / / / / / | /| / / /| | / /_/ / /_ \__ \/ __/ / /_/ / | / / __/ / /_/ / 670 + / _, _/ /___/ /_/ / / /_/ /| |/ |/ / ___ |/ _, _/ __/ ___/ / /___/ _, _/| |/ / /___/ _, _/ 671 + /_/ |_/_____/_____/ /_____/ |__/|__/_/ |_/_/ |_/_/ /____/_____/_/ |_| |___/_____/_/ |_| 672 + 673 + 674 + This is an AT Protocol Application View (AppView) for any application that supports app.bsky.* xrpc methods. 675 + 676 + Most API routes are under /xrpc/ 677 + 678 + Code: https://tangled.org/whey.party/red-dwarf-server 679 + Protocol: https://atproto.com 680 + `) 666 681 }) 667 682 router_raw.Run(":7152") 668 683 }
+1
readme.md
··· 54 54 55 55 ## todo 56 56 57 + - clean up /cmd/appview/main.go , its a mess 57 58 - appview-side query caches 58 59 - notification service 59 60 - bookmarks service