Compare commits
No commits in common. "02720387a4ebbb1549ef5f432bc5814781852b07" and "88673b582e76358b3dfe945bf2b8271897f5ad8f" have entirely different histories.
02720387a4
...
88673b582e
1 changed files with 0 additions and 6 deletions
|
@ -8,12 +8,8 @@ in {
|
|||
enable = true;
|
||||
|
||||
config = {
|
||||
# listen only on localhost
|
||||
LISTEN_ADDR = "localhost:${builtins.toString port}";
|
||||
|
||||
# setup the correct baseurl
|
||||
BASE_URL = "https://${svc_domain}";
|
||||
|
||||
# disable admin account, disable local auth
|
||||
CREATE_ADMIN = 0;
|
||||
DISABLE_LOCAL_AUTH = "true";
|
||||
|
@ -33,8 +29,6 @@ in {
|
|||
locations."/" = config.mine.shared.lib.authelia.mkProtectedLocation {
|
||||
proxyPass = "http://localhost:${builtins.toString port}";
|
||||
};
|
||||
|
||||
locations."/v1".proxyPass = "http://localhost:${builtins.toString port}";
|
||||
};
|
||||
|
||||
# meta
|
||||
|
|
Loading…
Reference in a new issue