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,8 +1,8 @@
 | 
			
		|||
{ ... }:
 | 
			
		||||
{ keyCommandEnv, ... }:
 | 
			
		||||
{
 | 
			
		||||
  deployment.keys = {
 | 
			
		||||
    "nextcloud-adminpass.secret" = {
 | 
			
		||||
      keyCommand = [ "env" "GNUPGHOME=/home/yuri/.passinfra_gnupg" "PASSWORD_STORE_DIR=/home/yuri/pass/infra" "pass" "nextcloud/adminpass" ];
 | 
			
		||||
      keyCommand = keyCommandEnv ++ [ "pass" "nextcloud/adminpass" ];
 | 
			
		||||
      destDir = "/secrets";
 | 
			
		||||
      user = "nextcloud";
 | 
			
		||||
      group = "nextcloud";
 | 
			
		||||
| 
						 | 
				
			
			@ -10,7 +10,7 @@
 | 
			
		|||
      uploadAt = "pre-activation";
 | 
			
		||||
    };
 | 
			
		||||
    "nextcloud-secretfile.secret" = {
 | 
			
		||||
      keyCommand = [ "env" "GNUPGHOME=/home/yuri/.passinfra_gnupg" "PASSWORD_STORE_DIR=/home/yuri/pass/infra" "pass" "nextcloud/secretfile" ];
 | 
			
		||||
      keyCommand = keyCommandEnv ++ [ "pass" "nextcloud/secretfile" ];
 | 
			
		||||
      destDir = "/secrets";
 | 
			
		||||
      user = "nextcloud";
 | 
			
		||||
      group = "nextcloud";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue