cleanup
This commit is contained in:
@@ -56,11 +56,9 @@ let
|
|||||||
# Forward services
|
# Forward services
|
||||||
authUrl = "http://${serverIp}:9000/outpost.goauthentik.io";
|
authUrl = "http://${serverIp}:9000/outpost.goauthentik.io";
|
||||||
|
|
||||||
actualUrl = "http://${config.containers.actual.localAddress}:${toString config.containers.actual.config.services.actual.settings.port}";
|
|
||||||
authentikUrl = "http://${serverIp}:9000";
|
authentikUrl = "http://${serverIp}:9000";
|
||||||
cacheUrl = "http://${serverIp}:9012";
|
cacheUrl = "http://${serverIp}:9012";
|
||||||
cloudUrl = "http://${config.containers.nextcloud.localAddress}:80";
|
cloudUrl = "http://${config.containers.nextcloud.localAddress}:80";
|
||||||
giteaUrl = "http://${config.containers.gitea.localAddress}:${toString config.containers.gitea.config.services.gitea.settings.server.HTTP_PORT}";
|
|
||||||
hassUrl = "http://10.0.1.4:8123";
|
hassUrl = "http://10.0.1.4:8123";
|
||||||
immichUrl = "http://${serverIp}:${toString config.services.immich.port}";
|
immichUrl = "http://${serverIp}:${toString config.services.immich.port}";
|
||||||
jellyfinUrl = "http://${serverIp}:8096";
|
jellyfinUrl = "http://${serverIp}:8096";
|
||||||
@@ -295,11 +293,6 @@ in
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
# actual.loadBalancer.servers = [
|
|
||||||
# {
|
|
||||||
# url = actualUrl;
|
|
||||||
# }
|
|
||||||
# ];
|
|
||||||
authentik.loadBalancer.servers = [
|
authentik.loadBalancer.servers = [
|
||||||
{
|
{
|
||||||
url = authentikUrl;
|
url = authentikUrl;
|
||||||
@@ -320,11 +313,6 @@ in
|
|||||||
url = cloudUrl;
|
url = cloudUrl;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
gitea.loadBalancer.servers = [
|
|
||||||
{
|
|
||||||
url = giteaUrl;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
hass.loadBalancer.servers = [
|
hass.loadBalancer.servers = [
|
||||||
{
|
{
|
||||||
url = hassUrl;
|
url = hassUrl;
|
||||||
@@ -375,16 +363,6 @@ in
|
|||||||
tls.certResolver = "letsencrypt";
|
tls.certResolver = "letsencrypt";
|
||||||
};
|
};
|
||||||
|
|
||||||
# actual = {
|
|
||||||
# entryPoints = [ "websecure" ];
|
|
||||||
# rule = "Host(`actual.${domain}`)";
|
|
||||||
# service = "actual";
|
|
||||||
# middlewares = [
|
|
||||||
# "crowdsec"
|
|
||||||
# "whitelist-geoblock"
|
|
||||||
# ];
|
|
||||||
# tls.certResolver = "letsencrypt";
|
|
||||||
# };
|
|
||||||
authentik = {
|
authentik = {
|
||||||
entryPoints = [ "websecure" ];
|
entryPoints = [ "websecure" ];
|
||||||
rule = "Host(`authentik.${domain}`)";
|
rule = "Host(`authentik.${domain}`)";
|
||||||
@@ -416,16 +394,6 @@ in
|
|||||||
];
|
];
|
||||||
tls.certResolver = "letsencrypt";
|
tls.certResolver = "letsencrypt";
|
||||||
};
|
};
|
||||||
gitea = {
|
|
||||||
entryPoints = [ "websecure" ];
|
|
||||||
rule = "Host(`gitea.${domain}`)";
|
|
||||||
service = "gitea";
|
|
||||||
middlewares = [
|
|
||||||
"crowdsec"
|
|
||||||
"whitelist-geoblock"
|
|
||||||
];
|
|
||||||
tls.certResolver = "letsencrypt";
|
|
||||||
};
|
|
||||||
hass = {
|
hass = {
|
||||||
entryPoints = [ "websecure" ];
|
entryPoints = [ "websecure" ];
|
||||||
rule = "Host(`hass.${domain}`)";
|
rule = "Host(`hass.${domain}`)";
|
||||||
|
|||||||
Reference in New Issue
Block a user