diff --git a/docker/bluesky-pds.md b/docker/bluesky-pds.md index 2f6ab9f..890249e 100644 --- a/docker/bluesky-pds.md +++ b/docker/bluesky-pds.md @@ -35,7 +35,7 @@ I haven't verified these are the minimum requirements, but they are what I found sudo pacman -S jq ``` -#### Debian/Ubunutu +#### Debian/Ubuntu ```bash sudo apt install make xxd @@ -43,7 +43,7 @@ sudo apt install make xxd ### Setup -Generate secrets and add them to `.env` file. See [example.env](example.env) as an example. +Generate secrets and add them to `.env` file. See [example.env](https://code.modernleft.org/gravityfargo/bluesky-pds-docker/src/branch/main/example.env) as an example. ```bash # Generate secret environment variables @@ -63,10 +63,21 @@ By default, the image uses 1000:1000 as the UID:GID for the user. This can be ch ![[traefik]] ![[standalone]] +### Running Commands + +Nothing has changed in this department. + +```bash +docker exec -it bluesky-pds bash +pdsadmin account create +pdsadmin create-invite-code +``` + ### Cloudflare DNS + After various testing, I have figured out two things. + 1. In order for email verification to work, you cannot have the DNS Proxy enabled or `AAAA` records active. 2. After you have verified emails, and do not intend to use the email feature, you can re-enable the DNS Proxy and `AAAA` records. - -![[bluesky-pds-cloudflare.png]] \ No newline at end of file +![[bluesky-pds-cloudflare.png]]