Loading nixos/tests/anubis.nix +2 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ meta.maintainers = with lib.maintainers; [ soopyc nullcube ryand56 ]; nodes.machine = Loading Loading @@ -99,7 +100,7 @@ machine.succeed('curl -f http://basic.localhost | grep "it works"') machine.succeed('curl -f http://basic.localhost -H "User-Agent: Mozilla" | grep anubis') machine.succeed('curl -f http://basic.localhost/metrics | grep anubis_challenges_issued') machine.succeed('curl -f -X POST http://basic.localhost/.within.website/x/cmd/anubis/api/make-challenge | grep challenge') machine.succeed('curl -f -X POST http://basic.localhost/.within.website/x/cmd/anubis/api/make-challenge -d "redir=/" | grep challenge') # TCP mode machine.succeed('curl -f http://tcp.localhost -H "User-Agent: Mozilla" | grep anubis') Loading pkgs/by-name/an/anubis-xess/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ buildNpmPackage { pname = "${anubis.pname}-xess"; inherit (anubis) version src; npmDepsHash = "sha256-hTKTTBmfMGv6I+4YbWrOt6F+qD6ysVYi+DEC1konBFk="; npmDepsHash = "sha256-wI8XCUGq3aI20B++RAT3lc/nBrDMEmE9+810lewzXa0="; buildPhase = '' runHook preBuild Loading pkgs/by-name/an/anubis/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,16 +14,16 @@ buildGoModule (finalAttrs: { pname = "anubis"; version = "1.18.0"; version = "1.19.1"; src = fetchFromGitHub { owner = "TecharoHQ"; repo = "anubis"; tag = "v${finalAttrs.version}"; hash = "sha256-grtzkNxgShbldjm+lnANbKVhkUrbwseAT1NaBL85mHg="; hash = "sha256-aWdkPNwTD+ooaE0PazcOaama7k1a8n5pRxr8X6wm4zs="; }; vendorHash = "sha256-EOT/sdVINj9oO1jZHPYB3jQ+XApf9eCUKuMY0tV+vpg="; vendorHash = "sha256-wJOGYOWFKep2IFzX+Hia9m1jPG+Rskg8Np9WfEc+TUY="; nativeBuildInputs = [ esbuild Loading Loading
nixos/tests/anubis.nix +2 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ meta.maintainers = with lib.maintainers; [ soopyc nullcube ryand56 ]; nodes.machine = Loading Loading @@ -99,7 +100,7 @@ machine.succeed('curl -f http://basic.localhost | grep "it works"') machine.succeed('curl -f http://basic.localhost -H "User-Agent: Mozilla" | grep anubis') machine.succeed('curl -f http://basic.localhost/metrics | grep anubis_challenges_issued') machine.succeed('curl -f -X POST http://basic.localhost/.within.website/x/cmd/anubis/api/make-challenge | grep challenge') machine.succeed('curl -f -X POST http://basic.localhost/.within.website/x/cmd/anubis/api/make-challenge -d "redir=/" | grep challenge') # TCP mode machine.succeed('curl -f http://tcp.localhost -H "User-Agent: Mozilla" | grep anubis') Loading
pkgs/by-name/an/anubis-xess/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ buildNpmPackage { pname = "${anubis.pname}-xess"; inherit (anubis) version src; npmDepsHash = "sha256-hTKTTBmfMGv6I+4YbWrOt6F+qD6ysVYi+DEC1konBFk="; npmDepsHash = "sha256-wI8XCUGq3aI20B++RAT3lc/nBrDMEmE9+810lewzXa0="; buildPhase = '' runHook preBuild Loading
pkgs/by-name/an/anubis/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,16 +14,16 @@ buildGoModule (finalAttrs: { pname = "anubis"; version = "1.18.0"; version = "1.19.1"; src = fetchFromGitHub { owner = "TecharoHQ"; repo = "anubis"; tag = "v${finalAttrs.version}"; hash = "sha256-grtzkNxgShbldjm+lnANbKVhkUrbwseAT1NaBL85mHg="; hash = "sha256-aWdkPNwTD+ooaE0PazcOaama7k1a8n5pRxr8X6wm4zs="; }; vendorHash = "sha256-EOT/sdVINj9oO1jZHPYB3jQ+XApf9eCUKuMY0tV+vpg="; vendorHash = "sha256-wJOGYOWFKep2IFzX+Hia9m1jPG+Rskg8Np9WfEc+TUY="; nativeBuildInputs = [ esbuild Loading