remove local proxy

This commit is contained in:
Yan Lin 2025-12-01 21:09:37 +01:00
parent 7477c0da85
commit 2a64d4b252

View file

@ -27,17 +27,6 @@
};
};
photo = {
rule = "Host(`photo.${config.networking.hostName}.yanlincs.com`)";
service = "photo";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.${config.networking.hostName}.yanlincs.com";
}];
};
};
};
services = {
@ -57,14 +46,6 @@
};
};
photo = {
loadBalancer = {
servers = [{
url = "http://127.0.0.1:5000";
}];
};
};
};
};
};