-1
.gitignore
-1
.gitignore
-1
HACKING.md
-1
HACKING.md
···
7
7
- `cmd/palomar`: search indexer and query servcie (OpenSearch)
8
8
- `cmd/gosky`: client CLI for talking to a PDS
9
9
- `cmd/lexgen`: codegen tool for lexicons (Lexicon JSON to Go package)
10
-
- `cmd/laputa`: partial PDS daemon (not usable or under development)
11
10
- `cmd/stress`: connects to local/default PDS and creates a ton of random posts
12
11
- `cmd/beemo`: slack bot for moderation reporting (Bluesky Moderation Observer)
13
12
- `cmd/fakermaker`: helper to generate fake accounts and content for testing
-1
Makefile
-1
Makefile
-7
cmd/fakermaker/README.md
-7
cmd/fakermaker/README.md
···
9
9
ATP_AUTH_PASSWORD="admin"
10
10
ATP_AUTH_ADMIN_PASSWORD="admin"
11
11
12
-
or, against `laputa` golang PDS implementation (in this repo; already running
13
-
locally):
14
-
15
-
ATP_PDS_HOST=http://localhost:4989
16
-
ATP_AUTH_HANDLE="admin.test"
17
-
ATP_AUTH_PASSWORD="admin"
18
-
ATP_AUTH_ADMIN_PASSWORD="admin"
19
12
20
13
Then, from the top-level directory, run test commands:
21
14