Add invite code script
This commit is contained in:
parent
d47f1757ba
commit
5370f63fde
2
bluesky-pds/create-invite.sh
Normal file
2
bluesky-pds/create-invite.sh
Normal file
@ -0,0 +1,2 @@
|
||||
read -p "Enter admin password: " password
|
||||
curl -X POST -u admin:$password -H "Content-Type: application/json" -d '{"useCount: 1}' https://shoebottom.ca/xrpc/com.atproto.server.createInviteCode
|
@ -1,3 +1,4 @@
|
||||
# Helpful guide: https://therobbiedavis.com/selfhosting-bluesky-with-docker-and-swag/
|
||||
services:
|
||||
pds:
|
||||
container_name: pds
|
||||
|
Loading…
Reference in New Issue
Block a user