added mlflow

This commit is contained in:
k 2026-01-28 06:04:26 +00:00
parent 52569da057
commit 1da6dc34eb

View file

@ -17,12 +17,14 @@
listenPort = 51820; listenPort = 51820;
privateKeyFile = "/keys/wg-private"; privateKeyFile = "/keys/wg-private";
peers = [ peers = [
{ # laptop {
# laptop
publicKey = "Ze2y3K+blI3aBc1AKTlvv90j+McBaitB+qSLazsuSFM="; publicKey = "Ze2y3K+blI3aBc1AKTlvv90j+McBaitB+qSLazsuSFM=";
allowedIPs = ["10.0.0.2/32"]; allowedIPs = ["10.0.0.2/32"];
} }
{ # phone {
# phone
publicKey = "vcheBoHRxCrwzbMw0UI9ZsQfVDJizBWkeM+pF5/8+HE="; publicKey = "vcheBoHRxCrwzbMw0UI9ZsQfVDJizBWkeM+pF5/8+HE=";
allowedIPs = ["10.0.0.3/32"]; allowedIPs = ["10.0.0.3/32"];
} }
@ -179,13 +181,22 @@
}; };
}; };
"hom.dhilton.xyz" = { "mlf.dhilton.xyz" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:8002"; proxyPass = "http://127.0.0.1:5002";
proxyWebsockets = true; proxyWebsockets = true;
}; };
extraConfig = ''
client_max_body_size 4G;
proxy_request_buffering off;
proxy_buffering off;
proxy_connect_timeout 600s;
proxy_send_timeout 600s;
proxy_read_timeout 600s;
send_timeout 600s;
'';
}; };
"srx.dhilton.xyz" = { "srx.dhilton.xyz" = {