2025-01-09 09:00:09 +01:00
|
|
|
# DRAFT role docker-bluesky
|
|
|
|
|
2025-01-17 13:40:31 +01:00
|
|
|
## Set variables
|
|
|
|
|
|
|
|
### bluesky_pds_jwt_secret
|
|
|
|
```bash
|
|
|
|
openssl rand -base64 64 | tr -d '\n'
|
|
|
|
```
|
|
|
|
for
|
|
|
|
|
|
|
|
### bluesky_pds_plc_rotation_key_k256_private_key_hex
|
|
|
|
openssl rand -hex 32
|
|
|
|
|
|
|
|
### bluesky_pds_admin_password
|
|
|
|
openssl rand -base64 16
|
|
|
|
|
|
|
|
### bluesky_database_password
|
|
|
|
openssl rand -base64 32
|
|
|
|
|
2025-01-09 09:00:09 +01:00
|
|
|
## more information
|
|
|
|
- https://therobbiedavis.com/selfhosting-bluesky-with-docker-and-swag/
|
2025-01-17 11:48:59 +01:00
|
|
|
- https://cprimozic.net/notes/posts/notes-on-self-hosting-bluesky-pds-alongside-other-services/
|
2025-01-17 13:40:31 +01:00
|
|
|
- https://github.com/bluesky-social/pds
|
|
|
|
- https://chatgpt.com/c/678a2eb6-145c-800f-bf51-ff706981a928
|