Sanitized single-commit public mirror of recipe-maintainer. - Removed test-ssh/.testenv (live creds); added test-ssh/.testenv.example placeholders. - Removed plans/ and planned-updates/ (deployment-planning docs) so no client/ deployment domains appear in the public repo. - All other secret stores were already gitignored. - docs.coopcloud.tech retained as a submodule (public upstream).
958 B
958 B
Bluesky PDS — First-Time Setup
Prerequisites
- DNS:
bluesky-pds.<domain_suffix>must resolve to the server - DNS: Wildcard
*.bluesky-pds.<domain_suffix>must resolve to the server (for subdomain handles)
Steps
-
Create the app:
abra app new bluesky-pds --server <SERVER> --domain bluesky-pds.<DOMAIN_SUFFIX> --no-input -
Generate secrets:
abra app secret generate bluesky-pds.<DOMAIN_SUFFIX> --all -m --no-inputSave output to
recipe-info/testsecrets/bluesky-pds.<DOMAIN_SUFFIX>. -
Deploy:
abra app deploy bluesky-pds.<DOMAIN_SUFFIX> --chaos --force --no-input -
Create test account:
python3 recipe-info/bluesky-pds/tests/create_test_account.pyThis saves credentials to
recipe-info/bluesky-pds/test-account-<domain>.json. -
Verify: curl
https://bluesky-pds.<DOMAIN_SUFFIX>/xrpc/_healthreturns HTTP 200 with JSON.