added cyberchef.

This commit is contained in:
Gabe Venberg 2024-11-13 11:51:20 +01:00
parent 0bf95cf6b3
commit 0580028894
3 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
inputs,
config,
pkgs,
lib,
...
}: {
services.nginx.virtualHosts."cyberchef.venberg.xyz" = {
enableACME = true;
forceSSL = true;
root = "${pkgs.cyberchef}/share/cyberchef";
};
}

View file

@ -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";
};
}
];
}
];

View file

@ -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,