From d08007fd1cef3c13dd6e692d939d3be4fc7e2e27 Mon Sep 17 00:00:00 2001 From: June Date: Sun, 9 Jun 2024 21:15:14 +0200 Subject: [PATCH] Document where a secret is then actually available on the host --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c89b549..52a25e6 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,4 @@ This is exactly what we're doing to set the default deployment user to `colmena- restartUnits = [ "forgejo.service" ]; }; ``` + This secret would then be available under `/run/secrets/forgejo_git_smtp_password` on the host.