Document where a secret is then actually available on the host

This commit is contained in:
June 2024-06-09 21:15:14 +02:00
parent 22eff92488
commit d08007fd1c
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -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.