added cyberchef.
This commit is contained in:
parent
0bf95cf6b3
commit
0580028894
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 :(";
|
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/syncthing.nix
|
||||||
../../configs/nixos/grocy.nix
|
../../configs/nixos/grocy.nix
|
||||||
../../configs/nixos/factorio-docker.nix
|
../../configs/nixos/factorio-docker.nix
|
||||||
|
../../configs/nixos/cyberchef.nix
|
||||||
({
|
({
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|
Loading…
Reference in a new issue