From eb57365d6e4cbf42a2f4577912e350030ea61677 Mon Sep 17 00:00:00 2001 From: Quentin Rouland Date: Mon, 27 Jan 2025 15:39:53 +0100 Subject: [PATCH] Add some missing info for write up 1 --- posts/2025-01-27-writeup-1-bluesky-pds.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/posts/2025-01-27-writeup-1-bluesky-pds.md b/posts/2025-01-27-writeup-1-bluesky-pds.md index 7766b3d..4e6c1f2 100644 --- a/posts/2025-01-27-writeup-1-bluesky-pds.md +++ b/posts/2025-01-27-writeup-1-bluesky-pds.md @@ -242,6 +242,17 @@ $ goat account update-handle ``` 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 Once the handle update is complete, you can restart the server in detached mode with the command below.