Mirror from bluesky-social/pds
0
fork

Configure Feed

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

Merge pull request #41 from MDrollette/mdrollette/request-crawl-auth

pdsadmin: don't send admin password to relay

authored by

devin ivy and committed by
GitHub
15f05a7f 0196382b

-1
-1
pdsadmin/request-crawl.sh
··· 24 24 --silent \ 25 25 --show-error \ 26 26 --request POST \ 27 - --user "admin:${PDS_ADMIN_PASSWORD}" \ 28 27 --header "Content-Type: application/json" \ 29 28 --data "{\"hostname\": \"${PDS_HOSTNAME}\"}" \ 30 29 "https://${host}/xrpc/com.atproto.sync.requestCrawl" >/dev/null