remove httpd
nixos config pipeline / show-flake (push) Successful in 36s
nixos config pipeline / deploy (push) Successful in 54s

This commit is contained in:
smayzy
2025-10-02 17:47:20 +02:00
parent 6b003a8648
commit c8082d5b87
3 changed files with 0 additions and 15 deletions
-9
View File
@@ -111,12 +111,6 @@ in
tls.certResolver = "cloudflare";
middlewares = [ "dashboard-auth" ];
};
httpd = {
rule = "Host(`httpd.internal.smayzy.ovh`)";
entryPoints = [ "localSec" ];
service = "httpd";
tls.certResolver = "cloudflare";
};
bazarr-anime = {
rule = "Host(`bazarr-anime.internal.smayzy.ovh`)";
entryPoints = [ "localSec" ];
@@ -185,9 +179,6 @@ in
};
};
services = {
"httpd".loadBalancer = {
servers = [ { url = "http://192.168.1.201" ; } ];
};
"bazarr-anime".loadBalancer = {
servers = [ { url = "http://192.168.1.147:6768" ; } ];
};