File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 88 ] ;
99
1010 nodes . machine =
11- {
12- config ,
13- pkgs ,
14- ...
15- } :
11+ { config , pkgs , ... } :
1612 {
1713 services . anubis = {
1814 defaultOptions . settings = {
10096 machine.succeed('curl -f http://basic.localhost | grep "it works"')
10197 machine.succeed('curl -f http://basic.localhost -H "User-Agent: Mozilla" | grep anubis')
10298 machine.succeed('curl -f http://basic.localhost/metrics | grep anubis_challenges_issued')
103- machine.succeed('curl -f -X POST http://basic.localhost/.within.website/x/cmd/anubis/api/make-challenge -d "redir=/" | grep challenge')
10499
105100 # TCP mode
106101 machine.succeed('curl -f http://tcp.localhost -H "User-Agent: Mozilla" | grep anubis')
Original file line number Diff line number Diff line change 1313
1414buildGoModule ( finalAttrs : {
1515 pname = "anubis" ;
16- version = "1.19.1 " ;
16+ version = "1.20.0 " ;
1717
1818 src = fetchFromGitHub {
1919 owner = "TecharoHQ" ;
2020 repo = "anubis" ;
2121 tag = "v${ finalAttrs . version } " ;
22- hash = "sha256-aWdkPNwTD+ooaE0PazcOaama7k1a8n5pRxr8X6wm4zs =" ;
22+ hash = "sha256-pdfe2D9KAg/vesTgOi+b5ZVkUkuWhmZC/xYXiiYzlPs =" ;
2323 } ;
2424
25- vendorHash = "sha256-wJOGYOWFKep2IFzX+Hia9m1jPG+Rskg8Np9WfEc+TUY =" ;
25+ vendorHash = "sha256-cOl+eVnj6aMKIJCjCM0aacp4/Jg5BhZqFwum+u9tOKE =" ;
2626
2727 nativeBuildInputs = [
2828 esbuild
@@ -34,7 +34,7 @@ buildGoModule (finalAttrs: {
3434 pname = "anubis-xess" ;
3535 inherit ( finalAttrs ) version src ;
3636
37- npmDepsHash = "sha256-wI8XCUGq3aI20B++RAT3lc/nBrDMEmE9+810lewzXa0 =" ;
37+ npmDepsHash = "sha256-kBnexaBAMgA7QdKevW3mmlSn+QEbkTW//hYVTRFLQeQ =" ;
3838
3939 buildPhase = ''
4040 runHook preBuild
You can’t perform that action at this time.
0 commit comments