From e5e5bcccee5aaf48a7a8d18ce0c611bcc5029def Mon Sep 17 00:00:00 2001 From: Hampus Date: Mon, 31 Aug 2026 18:57:58 +0200 Subject: [PATCH] docs(operator): pin self-hosting downloads to stable revision (#2266) --- fluxer_docs/docs/operator/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxer_docs/docs/operator/get-started.md b/fluxer_docs/docs/operator/get-started.md index ad3cd623e..93e52b9c0 100644 --- a/fluxer_docs/docs/operator/get-started.md +++ b/fluxer_docs/docs/operator/get-started.md @@ -41,7 +41,7 @@ Create a working directory and download the stack files: mkdir fluxer cd fluxer -base=https://raw.githubusercontent.com/fluxerapp/fluxer/main/deploy/self-hosting +base=https://raw.githubusercontent.com/fluxerapp/fluxer/3b1eb56713d59181823df284b9646c890d2a3cba/deploy/self-hosting curl -fsSLO "$base/docker-compose.yml" curl -fsSLO "$base/Caddyfile" curl -fsSLO "$base/livekit.yaml"