vault backup: 2025-01-18 15:07:22
This commit is contained in:
parent
771fcd6a55
commit
f6976fc118
1 changed files with 15 additions and 4 deletions
|
@ -35,7 +35,7 @@ I haven't verified these are the minimum requirements, but they are what I found
|
||||||
sudo pacman -S jq
|
sudo pacman -S jq
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Debian/Ubunutu
|
#### Debian/Ubuntu
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install make xxd
|
sudo apt install make xxd
|
||||||
|
@ -43,7 +43,7 @@ sudo apt install make xxd
|
||||||
|
|
||||||
### Setup
|
### 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
|
```bash
|
||||||
# Generate secret environment variables
|
# 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]]
|
![[traefik]]
|
||||||
![[standalone]]
|
![[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
|
### Cloudflare DNS
|
||||||
|
|
||||||
After various testing, I have figured out two things.
|
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.
|
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.
|
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]]
|
![[bluesky-pds-cloudflare.png]]
|
Loading…
Reference in a new issue