Compare commits
2 Commits
69f47eff78
...
eb57365d6e
Author | SHA1 | Date | |
---|---|---|---|
eb57365d6e | |||
b0c9b65d3f |
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
permalink: /posts/writeup/1
|
permalink: /posts/writeups/1
|
||||||
title: Hosting Bluesky PDS on my Server Using Docker
|
title: Hosting Bluesky PDS on my Server Using Docker
|
||||||
categories:
|
categories:
|
||||||
- Write Up
|
- Write Up
|
||||||
@ -242,6 +242,17 @@ $ goat account update-handle <YOUR DOMAIN>
|
|||||||
```
|
```
|
||||||
Once connected to your Bluesky account, your handle should now display as your root domain.
|
Once connected to your Bluesky account, your handle should now display as your root domain.
|
||||||
|
|
||||||
|
### Initiating a Crawl to Announce Your Instance
|
||||||
|
|
||||||
|
If everything is working, it's time to notify a relay about our instance by requesting a crawl using the admin tool we downloaded earlier.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ PDS_ENV_FILE=/path/to/pds.env./request-crawl.sh
|
||||||
|
Requesting crawl from https://bsky.network
|
||||||
|
done
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Finally
|
### Finally
|
||||||
|
|
||||||
Once the handle update is complete, you can restart the server in detached mode with the command below.
|
Once the handle update is complete, you can restart the server in detached mode with the command below.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user