rpi4: create other auth endpoints
This commit is contained in:
parent
58ba628684
commit
acb2cafcc4
@ -156,12 +156,11 @@
|
||||
mkAuthProxy = port: mkProxy { inherit port; authelia = true; };
|
||||
|
||||
mkReverseProxy = port: mkProxy { inherit port; };
|
||||
in {
|
||||
"auth.protogen.io" = {
|
||||
forceSSL = true;
|
||||
inherit useACMEHost;
|
||||
authelia.endpoint.instance = "main";
|
||||
};
|
||||
in (lib.mapAttrs (domain: instance: { forceSSL = true; inherit useACMEHost; authelia.endpoint = { inherit instance; };}) {
|
||||
"auth.protogen.io" = "main";
|
||||
"auth.nbt.sh" = "nbt-sh";
|
||||
"auth.proot.link" = "proot-link";
|
||||
}) // {
|
||||
"changedetection.protogen.io" = mkReverseProxy 5000;
|
||||
|
||||
# firefly
|
||||
|
Loading…
x
Reference in New Issue
Block a user