From 50bd51d19e73d7830fea8a5fff553f06ff9a20be Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Sun, 19 Jan 2025 18:54:28 -0500 Subject: [PATCH] vault backup: 2025-01-19 18:54:28 --- Docker Images/bluesky-pds.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docker Images/bluesky-pds.md b/Docker Images/bluesky-pds.md index 55b4dc8..efc8010 100644 --- a/Docker Images/bluesky-pds.md +++ b/Docker Images/bluesky-pds.md @@ -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)