Document where a secret is then actually available on the host
This commit is contained in:
parent
549c9b1e33
commit
903725dc18
|
@ -61,3 +61,4 @@ This is exactly what we're doing to set the default deployment user to `colmena-
|
||||||
restartUnits = [ "forgejo.service" ];
|
restartUnits = [ "forgejo.service" ];
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
This secret would then be available under `/run/secrets/forgejo_git_smtp_password` on the host.
|
||||||
|
|
Loading…
Reference in a new issue