auth machine
This commit is contained in:
parent
98dce86882
commit
851a9e18db
34 changed files with 2383 additions and 99 deletions
|
|
@ -6,6 +6,13 @@
|
|||
tls.certResolver = "letsencrypt";
|
||||
};
|
||||
|
||||
authelia = {
|
||||
rule = "Host(`authelia.procopius.dk`)";
|
||||
service = "authelia";
|
||||
entryPoints = ["websecure"];
|
||||
tls.certResolver = "letsencrypt";
|
||||
};
|
||||
|
||||
oauth2proxy = {
|
||||
rule = "Host(`radarr.procopius.dk`) && PathPrefix(`/oauth2/`)";
|
||||
service = "oauth2proxy";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
authentik.loadBalancer.servers = [{url = "http://authentik.lab:9000";}];
|
||||
keycloak.loadBalancer.servers = [{url = "http://keycloak.lab:8080";}];
|
||||
oauth2proxy.loadBalancer.servers = [{url = "http://localhost:4180";}];
|
||||
|
||||
authelia.loadBalancer.servers = [{url = "http://auth.lab:9091";}];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue