mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			683 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			683 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # 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 |