An ATproto social media client -- with an independent Appview.
7
fork

Configure Feed

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

refactor: change url for go server appview

fallback to public appview for now.

serenity 16932d3d 1c37039c

+1 -1
+1 -1
bskyweb/cmd/bskyweb/main.go
··· 36 36 &cli.StringFlag{ 37 37 Name: "appview-host", 38 38 Usage: "scheme, hostname, and port of PDS instance", 39 - Value: "http://localhost:2584", 39 + Value: "http://public.api.bsky.app", 40 40 // retain old PDS env var for easy transition 41 41 EnvVars: []string{"ATP_APPVIEW_HOST", "ATP_PDS_HOST"}, 42 42 },