git-preview @ main

static git web frontend but with images and html previews + code truncation

nix: fix docker build
Fri, 05 Jul 2024
1 files changed, 3 insertions(+), 3 deletions(-)
M flake.nix

@@ -36,11 +36,11 @@

vendorHash = "sha256-EBVD/RzVpxNcwyVHP1c4aKpgNm4zjCz/99LvfA0Oc/Q="; }; docker = pkgs.dockerTools.buildLayeredImage { - name = "foo:5000/legit"; + name = "sini:5000/legit"; tag = "latest"; - contents = [ files ]; + contents = [ files legit ]; config = { - Cmd = "${legit}/bin/legit";

… preview truncated