adding authentik
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
hostAddress = "192.168.100.10";
|
||||
localAddress = "192.168.100.11";
|
||||
forwardPorts = [
|
||||
{
|
||||
containerPort = 80;
|
||||
hostPort = 80;
|
||||
{
|
||||
containerPort = 80;
|
||||
hostPort = 80;
|
||||
}
|
||||
{
|
||||
containerPort = 443;
|
||||
@@ -146,9 +146,9 @@
|
||||
};
|
||||
};
|
||||
|
||||
gitlab = {
|
||||
/*gitlab = {
|
||||
entryPoints = [ "localsecure" "websecure" ];
|
||||
rule = "Host()";
|
||||
rule = "Host(`gitlab.blunkall.us`)";
|
||||
service = "gitlab";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
@@ -157,7 +157,7 @@
|
||||
sans = [ "*.blunkall.us" "*.local.blunkall.us" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};*/
|
||||
|
||||
local = {
|
||||
entryPoints = [ "localsecure" ];
|
||||
@@ -174,7 +174,7 @@
|
||||
};
|
||||
|
||||
services = {
|
||||
gitlab.loadBalancer.servers = [ { url = "http://192.168.100.12:80"; } ];
|
||||
#gitlab.loadBalancer.servers = [ { url = "http://192.168.100.12:80"; } ];
|
||||
|
||||
homepage.loadBalancer.servers = [ { url = "http://192.168.100.10:8000"; } ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user