this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(wolumonde): fix headscale

dusk 7622c005 6f96c797

+6 -5
+3 -2
deploy.nu
··· 32 32 } 33 33 34 34 def upload-paste []: any -> string { 35 - let paste_url = http post -H ["user-agent" "gaze.systems terra deploy"] --content-type multipart/form-data "https://0x0.st" {file: ($in | to text | into binary), secret: true} 36 - return $paste_url 35 + # let paste_url = http post -H ["user-agent" "gaze.systems terra deploy"] --content-type multipart/form-data "https://0x0.st" {file: ($in | to text | into binary), secret: true} 36 + # return $paste_url 37 + return "" 37 38 } 38 39 39 40 def time-block [block]: nothing -> record {
+2 -2
hosts/wolumonde/modules/blog.nix
··· 62 62 locations."/".proxyPass = "http://localhost:${toString port}"; 63 63 locations."/annoy/ws/" = { 64 64 proxyWebsockets = true; 65 - proxyPass = "http://100.64.0.1:3111/"; 65 + proxyPass = "http://100.64.0.9:3111/"; 66 66 extraConfig = '' 67 67 rewrite ^/annoy/ws/(.*) /$1 break; 68 68 ''; 69 69 }; 70 70 locations."/annoy/ws" = { 71 71 proxyWebsockets = true; 72 - proxyPass = "http://100.64.0.1:3111/"; 72 + proxyPass = "http://100.64.0.9:3111/"; 73 73 extraConfig = '' 74 74 rewrite ^/annoy/ws(.*) /$1 break; 75 75 '';
+1 -1
hosts/wolumonde/modules/headscale.nix/default.nix
··· 24 24 other-infra = ["group:admin"]; 25 25 }; 26 26 hosts = { 27 - chernobog = "100.64.0.1"; 27 + chernobog = "100.64.0.9"; 28 28 wolumonde = "100.64.0.2"; 29 29 higashi = "100.64.0.5"; 30 30 };