From 42282410ad7511f71993d25b27056176b81f5d87 Mon Sep 17 00:00:00 2001 From: iris Date: Sat, 15 Aug 2026 11:44:34 +0200 Subject: [PATCH] docs(swarm): cross-link services.md to sso.md and secrets.md --- docs/swarm/services.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/swarm/services.md b/docs/swarm/services.md index 6b65109c..bcc64252 100644 --- a/docs/swarm/services.md +++ b/docs/swarm/services.md @@ -57,3 +57,7 @@ small-deployment choices, and the scope is the justification: redis buys shared session state across replicas and there is one instance; SMTP exists to mail humans, and provisioning here is programmatic. +See [`sso.md`](sso.md) for bootstrapping the first user and the OIDC +relying-party flow, and [`secrets.md`](secrets.md) for where each of +authelia's keys is generated and read. +