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; };
|
mkAuthProxy = port: mkProxy { inherit port; authelia = true; };
|
||||||
|
|
||||||
mkReverseProxy = port: mkProxy { inherit port; };
|
mkReverseProxy = port: mkProxy { inherit port; };
|
||||||
in {
|
in (lib.mapAttrs (domain: instance: { forceSSL = true; inherit useACMEHost; authelia.endpoint = { inherit instance; };}) {
|
||||||
"auth.protogen.io" = {
|
"auth.protogen.io" = "main";
|
||||||
forceSSL = true;
|
"auth.nbt.sh" = "nbt-sh";
|
||||||
inherit useACMEHost;
|
"auth.proot.link" = "proot-link";
|
||||||
authelia.endpoint.instance = "main";
|
}) // {
|
||||||
};
|
|
||||||
"changedetection.protogen.io" = mkReverseProxy 5000;
|
"changedetection.protogen.io" = mkReverseProxy 5000;
|
||||||
|
|
||||||
# firefly
|
# firefly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user