secrets: rename ghost secrets to phantom
This commit is contained in:
		
							parent
							
								
									d3f02f8762
								
							
						
					
					
						commit
						f897680775
					
				
					 7 changed files with 12 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -5,13 +5,13 @@
 | 
			
		|||
    hostName = "cloud.lelgenio.xyz";
 | 
			
		||||
    https = true;
 | 
			
		||||
    config = {
 | 
			
		||||
      adminpassFile = config.age.secrets.ghost-nextcloud.path;
 | 
			
		||||
      adminpassFile = config.age.secrets.phantom-nextcloud.path;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  age = {
 | 
			
		||||
    secrets.ghost-nextcloud = {
 | 
			
		||||
      file = ../../secrets/ghost-nextcloud.age;
 | 
			
		||||
    secrets.phantom-nextcloud = {
 | 
			
		||||
      file = ../../secrets/phantom-nextcloud.age;
 | 
			
		||||
      mode = "400";
 | 
			
		||||
      owner = "nextcloud";
 | 
			
		||||
      group = "nextcloud";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@
 | 
			
		|||
 | 
			
		||||
    webserver = "nginx";
 | 
			
		||||
    nginx.hostName = "renawiki.lelgenio.xyz";
 | 
			
		||||
    passwordFile = config.age.secrets.ghost-renawiki.path;
 | 
			
		||||
    passwordFile = config.age.secrets.phantom-renawiki.path;
 | 
			
		||||
 | 
			
		||||
    extensions.VisualEditor = null;
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			@ -14,8 +14,8 @@
 | 
			
		|||
    forceSSL = true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  age.secrets.ghost-renawiki = {
 | 
			
		||||
    file = ../../secrets/ghost-renawiki.age;
 | 
			
		||||
  age.secrets.phantom-renawiki = {
 | 
			
		||||
    file = ../../secrets/phantom-renawiki.age;
 | 
			
		||||
    mode = "400";
 | 
			
		||||
    owner = "mediawiki";
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
    nginx.forceSSL = true;
 | 
			
		||||
    host = "blog.lelgenio.xyz";
 | 
			
		||||
    admin.name = "lelgenio";
 | 
			
		||||
    admin.initialPasswordFile = config.age.secrets.ghost-writefreely.path;
 | 
			
		||||
    admin.initialPasswordFile = config.age.secrets.phantom-writefreely.path;
 | 
			
		||||
    settings.app = {
 | 
			
		||||
      site_name = "Leo's blog";
 | 
			
		||||
      single_user = true;
 | 
			
		||||
| 
						 | 
				
			
			@ -14,8 +14,8 @@
 | 
			
		|||
  };
 | 
			
		||||
 | 
			
		||||
  age = {
 | 
			
		||||
    secrets.ghost-writefreely = {
 | 
			
		||||
      file = ../../secrets/ghost-writefreely.age;
 | 
			
		||||
    secrets.phantom-writefreely = {
 | 
			
		||||
      file = ../../secrets/phantom-writefreely.age;
 | 
			
		||||
      mode = "400";
 | 
			
		||||
      owner = "writefreely";
 | 
			
		||||
      group = "writefreely";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue