traefik: add authelia

This commit is contained in:
notohh 2023-10-04 21:49:22 -04:00
parent ff32aee52a
commit a031788676
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -46,11 +46,19 @@
tls.domains = [{main = "*.flake.sh";}];
tls.certresolver = "production";
};
authelia = {
rule = "Host(`passport.notohh.dev`)";
entrypoints = ["websecure"];
service = "authelia";
tls.domains = [{main = "*.notohh.dev";}];
tls.certresolver = "production";
};
};
services = {
uptime-kuma.loadBalancer.servers = [{url = "http://100.87.54.48:4000";}];
gotify.loadBalancer.servers = [{url = "http://100.87.54.48:3000";}];
conduit.loadBalancer.servers = [{url = "http://100.121.201.47:6167";}];
authelia.loadBalancer.servers = [{url = "http://100.121.201.47:9091";}];
};
};
};