Use stable channel and use helper function for acme challenge proxy
This commit is contained in:
parent
9c0398a3c1
commit
27a6513e84
21 changed files with 257 additions and 319 deletions
|
@ -1,7 +1,7 @@
|
|||
{ ... }:
|
||||
{ keyCommandEnv,... }:
|
||||
{
|
||||
deployment.keys."static-auth-secret.secret" = {
|
||||
keyCommand = [ "env" "GNUPGHOME=/home/yuri/.passinfra_gnupg" "PASSWORD_STORE_DIR=/home/yuri/pass/infra" "pass" "coturn/static-auth-secret" ];
|
||||
keyCommand = keyCommandEnv ++ [ "pass" "coturn/static-auth-secret" ];
|
||||
destDir = "/secrets";
|
||||
user = "turnserver";
|
||||
group = "turnserver";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue