vault backup: 2025-01-19 18:54:28
This commit is contained in:
parent
085e35d529
commit
50bd51d19e
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue