From 64b97c3d37c0a793aa55ff4a560a049e9ffbd942 Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Sat, 18 Jan 2025 15:25:04 -0500 Subject: [PATCH] vault backup: 2025-01-18 15:25:04 --- docker/bluesky-pds.md | 7 +++++++ docker/bluesky-pds/standalone.md | 2 +- docker/bluesky-pds/traefik.md | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docker/bluesky-pds.md b/docker/bluesky-pds.md index 4382123..b763d2f 100644 --- a/docker/bluesky-pds.md +++ b/docker/bluesky-pds.md @@ -65,6 +65,13 @@ By default, the image uses 1000:1000 as the UID:GID for the user. This can be ch The compose element `hostname` must be the same value as `PDS_HOSTNAME`. ![[traefik]] + +Optionally, you can use the [[middleware|BlueskyHeaders]] middleware to set headers. + +--- + +I do not run this, but it should be possible. + ![[standalone]] ### Running Commands diff --git a/docker/bluesky-pds/standalone.md b/docker/bluesky-pds/standalone.md index 19e7e0d..8dea328 100644 --- a/docker/bluesky-pds/standalone.md +++ b/docker/bluesky-pds/standalone.md @@ -1,4 +1,4 @@ -I do not run this, but it should be possible. + ```yaml title="docker-compose.yml" # Standalone, you'll need to add a proxy in front of this with SSL. diff --git a/docker/bluesky-pds/traefik.md b/docker/bluesky-pds/traefik.md index a901437..a7efd2d 100644 --- a/docker/bluesky-pds/traefik.md +++ b/docker/bluesky-pds/traefik.md @@ -1,3 +1,9 @@ +--- +title: bluesky-pds +draft: false +date: 2025-01-18 +--- + ```yaml title="docker-compose.yml" # Traefik Proxy services: