49 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2025-01-09 09:00:09 +01:00
# DRAFT role docker-bluesky
## Setup
### Configure DNS
- https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial
## Administration
### create user via POST
2025-01-17 17:26:52 +01:00
```bash
curl -X POST https://your-pds-domain/xrpc/com.atproto.server.createAccount \
2025-01-17 19:33:28 +01:00
--user "admin:$admin-password"
2025-01-17 17:26:52 +01:00
-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
2025-01-20 14:35:56 +01:00
Initial setup keine top level domain
2025-01-09 09:00:09 +01:00
## more information
- https://therobbiedavis.com/selfhosting-bluesky-with-docker-and-swag/
- Relevant for proxy configuration: https://cprimozic.net/notes/posts/notes-on-self-hosting-bluesky-pds-alongside-other-services/
- https://github.com/bluesky-social/pds
2025-01-17 18:31:49 +01:00
- https://chatgpt.com/c/678a2eb6-145c-800f-bf51-ff706981a928
- https://www.youtube.com/watch?v=7_AG50u7D6c
2025-01-17 20:47:42 +01:00
- https://github.com/bluesky-social/pds/issues/52
- https://github.com/lhaig/pdsadmin
- https://github.com/bluesky-social/pds/issues/147
2025-02-06 23:59:53 +01:00
- https://docs.bsky.app/docs/advanced-guides/oauth-client