mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation
This commit is contained in:
28
roles/web-app-bluesky/Administration.md
Normal file
28
roles/web-app-bluesky/Administration.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Administration
|
||||
|
||||
## create user via POST
|
||||
```bash
|
||||
curl -X POST https://your-pds-domain/xrpc/com.atproto.server.createAccount \
|
||||
--user "admin:$admin-password"
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
"email": "user@example.com",
|
||||
"handle": "username",
|
||||
"password": "securepassword123",
|
||||
"inviteCode": "optional-invite-code"
|
||||
}'
|
||||
```
|
||||
|
||||
## Use pdsadmin
|
||||
docker compose exec -it pds pdsadmin
|
||||
|
||||
docker compose exec -it pds pdsadmin account create-invite-code
|
||||
|
||||
## Debugging
|
||||
|
||||
- Websocket: https://piehost.com/websocket-tester
|
||||
- Instance: https://bsky-debug.app
|
||||
|
||||
https://bluesky.veen.world/.well-known/atproto-did
|
||||
|
||||
Initial setup keine top level domain
|
Reference in New Issue
Block a user