Mirror from bluesky-social/pds
0
fork

Configure Feed

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

add invite code instructions to README

dholms 50d55f25 e99cf392

+15 -2
+15 -2
README.md
··· 312 312 {"version":"0.2.2-beta.2"} 313 313 ``` 314 314 315 - #### Connecting to your server 315 + #### Generate an invite code 316 + 317 + By default, your PDS will require an invite code to create an account. 318 + 319 + You can generate a new invite code with the following command: 320 + 321 + ```bash 322 + curl -X POST https://<PDS_HOSTNAME>/xrpc/com.atproto.server.createInviteCode \ 323 + -u "admin:<PDS_ADMIN_PASSWORD>" \ 324 + -H "Content-Type: application/json" \ 325 + -d '{"useCount": 1}' 326 + ``` 327 + 328 + ## Connecting to your server 316 329 317 330 You can use the Bluesky app to connect to your server to create an account. 318 331 319 332 1. Download the Bluesky app 320 333 1. Enter the URL of your PDS (e.g. `https://example.com/`) 321 - 1. Create an account 334 + 1. Create an account using the generated invite code 322 335 1. Create a post 323 336 324 337 Checkout [SANDBOX.md](./SANDBOX.md) for an overview of participating in the sandbox network.