hosts/srv-public: Disable openspeedtest

It's not working anymore
This commit is contained in:
SebastianStork 2025-10-08 23:36:31 +02:00
parent 65284294b1
commit 6275714046
2 changed files with 0 additions and 15 deletions

View file

@ -41,7 +41,6 @@
protocol = "ssh"; protocol = "ssh";
domain = "git.sstork.dev"; domain = "git.sstork.dev";
}; };
"speedtest".protocol = "http";
}; };
}; };

View file

@ -70,11 +70,6 @@
branding.name = "SproutedBin"; branding.name = "SproutedBin";
}; };
openspeedtest = {
enable = true;
domain = "speedtest.${sproutedDomain}";
};
alloy = { alloy = {
enable = true; enable = true;
domain = "alloy-${config.networking.hostName}.${config.custom.services.tailscale.domain}"; domain = "alloy-${config.networking.hostName}.${config.custom.services.tailscale.domain}";
@ -100,15 +95,6 @@
privatebin = { privatebin = {
inherit (services.privatebin) domain port; inherit (services.privatebin) domain port;
}; };
openspeedtest = {
inherit (services.openspeedtest) domain port;
tls = false;
extraReverseProxyConfig = ''
request_buffers 35MiB
response_buffers 35MiB
flush_interval -1
'';
};
alloy = { alloy = {
inherit (services.alloy) domain port; inherit (services.alloy) domain port;
}; };