proxy testing

This commit is contained in:
mjallen18
2025-09-09 21:03:08 -05:00
parent f58006cf8a
commit fc4096d5d9
2 changed files with 99 additions and 128 deletions

View File

@@ -295,11 +295,11 @@ in
}
];
actual.loadBalancer.servers = [
{
url = actualUrl;
}
];
# actual.loadBalancer.servers = [
# {
# url = actualUrl;
# }
# ];
authentik.loadBalancer.servers = [
{
url = authentikUrl;
@@ -375,16 +375,16 @@ in
tls.certResolver = "letsencrypt";
};
actual = {
entryPoints = [ "websecure" ];
rule = "Host(`actual.${domain}`)";
service = "actual";
middlewares = [
"crowdsec"
"whitelist-geoblock"
];
tls.certResolver = "letsencrypt";
};
# actual = {
# entryPoints = [ "websecure" ];
# rule = "Host(`actual.${domain}`)";
# service = "actual";
# middlewares = [
# "crowdsec"
# "whitelist-geoblock"
# ];
# tls.certResolver = "letsencrypt";
# };
authentik = {
entryPoints = [ "websecure" ];
rule = "Host(`authentik.${domain}`)";