From 3edc7475453f1e3c46564ef2f7ec6a74f9465dd9 Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Sun, 19 Jan 2025 19:24:28 -0500 Subject: [PATCH] vault backup: 2025-01-19 19:24:28 --- Docker Images/bluesky-pds.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Docker Images/bluesky-pds.md b/Docker Images/bluesky-pds.md index dc3ca74..63f26f4 100644 --- a/Docker Images/bluesky-pds.md +++ b/Docker Images/bluesky-pds.md @@ -46,8 +46,6 @@ 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. I made [[Generate PDS_PLC_ROTATION_KEY|some instructions]] for using a temporary alpine container if that helps. - ```bash # Generate secret environment variables echo PDS_ADMIN_PASSWORD: $(openssl rand --hex 16) @@ -62,7 +60,7 @@ echo PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX: $(openssl ecparam --name secp256 Full list of additional Environment Variables provided by bluesky upstream can be found in the [packages/pds/src/config/env.ts](https://github.com/bluesky-social/atproto/blob/main/packages/pds/src/config/env.ts) -If you'd like to learn more about my docker setup, head over to [[getting started|Docker - Getting Started]] +If you'd like to learn more about my docker setup, head over to ~~[[getting started|Docker - Getting Started]]~~ By default, the image uses 1000:1000 as the `UID:GID` for the user. This can be changed by setting the `PUID` and `PGID` environment variables. @@ -79,6 +77,10 @@ I do not run this, but it should be possible. ![[standalone]] +### Unraid +While I do not use Unraid, a [user on Reddit](https://www.reddit.com/r/selfhosted/comments/1i4r4yb/comment/m7y561x/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button) has added this project to the [Unraid Appstore](https://unraid.net/community/apps?q=bluesky#r) I won't be providing any meaningful support for + +Unraid does not include the `xxd` package. You'll need another Linux machine for that. I made [[Generate PDS_PLC_ROTATION_KEY|some instructions]] for using a temporary alpine container if that helps. ### Running Commands Nothing has changed in this department, other than not needing `sudo`. The commands are the same as the upstream project. Such as