vault backup: 2025-01-19 18:54:28

This commit is contained in:
Nathan Price 2025-01-19 18:54:28 -05:00
parent 085e35d529
commit 50bd51d19e
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg

View file

@ -48,6 +48,8 @@ sudo apt install make xxd
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.
For any unraid users, the `xxd` command is not installed. You'll need another linux machine for that.
```bash
# Generate secret environment variables
echo PDS_ADMIN_PASSWORD: $(openssl rand --hex 16)