Add local-hosted speedtest

This commit is contained in:
Greg Hellings
2024-02-20 14:49:48 -06:00
parent cedf3fa4e6
commit 9c1e3ffe94
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -35,4 +35,11 @@
awscli2
create_ssl
];
virtualisation.oci-containers.containers.speedtest = {
image = "ghcr.io/librespeed/speedtest";
hostname = "speedtest";
ports = [ "19472:80" ];
};
greg.proxies."speedtest.thehellings.lan".target = "http://localhost:19472";
}