this repo has no description
0
fork

Configure Feed

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

update references to goat

+2 -4
-1
.gitignore
··· 26 26 /bigsky 27 27 /bluepages 28 28 /fakermaker 29 - /goat 30 29 /gosky 31 30 /hepa 32 31 /lexgen
-1
Makefile
··· 16 16 17 17 .PHONY: build 18 18 build: ## Build all executables 19 - go build ./cmd/goat 20 19 go build ./cmd/gosky 21 20 go build ./cmd/bigsky 22 21 go build ./cmd/relay
+1 -1
atproto/repo/cmd/repo-tool/firehose.go
··· 36 36 } 37 37 u.Path = "xrpc/com.atproto.sync.subscribeRepos" 38 38 con, _, err := dialer.Dial(u.String(), http.Header{ 39 - "User-Agent": []string{fmt.Sprintf("goat/%s", versioninfo.Short())}, 39 + "User-Agent": []string{fmt.Sprintf("at-repo-tool/%s", versioninfo.Short())}, 40 40 }) 41 41 if err != nil { 42 42 return fmt.Errorf("subscribing to firehose failed (dialing): %w", err)
+1 -1
cmd/relay/README.md
··· 66 66 67 67 http post :2470/admin/pds/requestCrawl -a admin:dummy hostname=pds.example.com 68 68 69 - The `goat` command line tool (also part of the indigo git repository) includes helpers for administering, inspecting, and debugging relays: 69 + The `goat` command line tool includes helpers for administering, inspecting, and debugging relays: 70 70 71 71 RELAY_HOST=http://localhost:2470 goat firehose --verify-mst 72 72 RELAY_HOST=http://localhost:2470 goat relay admin host list