mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
hosts/srv-public: Disable openspeedtest
It's not working anymore
This commit is contained in:
parent
65284294b1
commit
6275714046
2 changed files with 0 additions and 15 deletions
|
|
@ -41,7 +41,6 @@
|
|||
protocol = "ssh";
|
||||
domain = "git.sstork.dev";
|
||||
};
|
||||
"speedtest".protocol = "http";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -70,11 +70,6 @@
|
|||
branding.name = "SproutedBin";
|
||||
};
|
||||
|
||||
openspeedtest = {
|
||||
enable = true;
|
||||
domain = "speedtest.${sproutedDomain}";
|
||||
};
|
||||
|
||||
alloy = {
|
||||
enable = true;
|
||||
domain = "alloy-${config.networking.hostName}.${config.custom.services.tailscale.domain}";
|
||||
|
|
@ -100,15 +95,6 @@
|
|||
privatebin = {
|
||||
inherit (services.privatebin) domain port;
|
||||
};
|
||||
openspeedtest = {
|
||||
inherit (services.openspeedtest) domain port;
|
||||
tls = false;
|
||||
extraReverseProxyConfig = ''
|
||||
request_buffers 35MiB
|
||||
response_buffers 35MiB
|
||||
flush_interval -1
|
||||
'';
|
||||
};
|
||||
alloy = {
|
||||
inherit (services.alloy) domain port;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue