added cyberchef.
This commit is contained in:
		
							parent
							
								
									0bf95cf6b3
								
							
						
					
					
						commit
						0580028894
					
				
					 3 changed files with 22 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								configs/nixos/cyberchef.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								configs/nixos/cyberchef.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
{
 | 
			
		||||
  inputs,
 | 
			
		||||
  config,
 | 
			
		||||
  pkgs,
 | 
			
		||||
  lib,
 | 
			
		||||
  ...
 | 
			
		||||
}: {
 | 
			
		||||
  services.nginx.virtualHosts."cyberchef.venberg.xyz" = {
 | 
			
		||||
    enableACME = true;
 | 
			
		||||
    forceSSL = true;
 | 
			
		||||
    root = "${pkgs.cyberchef}/share/cyberchef";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -122,6 +122,14 @@ in {
 | 
			
		|||
              description = "Non self hosted Git forge :(";
 | 
			
		||||
            };
 | 
			
		||||
          }
 | 
			
		||||
          {
 | 
			
		||||
            Cyberchef = {
 | 
			
		||||
              icon="sh-cyberchef.svg";
 | 
			
		||||
              href="https://cyberchef.venberg.xyz";
 | 
			
		||||
              siteMonitor= "https://cyberchef.venberg.xyz";
 | 
			
		||||
              description= "a data toolbox";
 | 
			
		||||
            };
 | 
			
		||||
          }
 | 
			
		||||
        ];
 | 
			
		||||
      }
 | 
			
		||||
    ];
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -23,6 +23,7 @@ inputs.nixpkgs.lib.nixosSystem {
 | 
			
		|||
    ../../configs/nixos/syncthing.nix
 | 
			
		||||
    ../../configs/nixos/grocy.nix
 | 
			
		||||
    ../../configs/nixos/factorio-docker.nix
 | 
			
		||||
    ../../configs/nixos/cyberchef.nix
 | 
			
		||||
    ({
 | 
			
		||||
      config,
 | 
			
		||||
      pkgs,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue