more
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
|
||||
dashboard = {
|
||||
enable = true;
|
||||
#enableNginx = true;
|
||||
enableNginx = true;
|
||||
settings = {
|
||||
AUTH_AUTHORITY = "https://auth.blunkall.us/realms/General";
|
||||
AUTH_CLIENT_ID = "netbird";
|
||||
@@ -261,6 +261,8 @@
|
||||
management = {
|
||||
enable = true;
|
||||
|
||||
enableNginx = true;
|
||||
|
||||
disableAnonymousMetrics = true;
|
||||
|
||||
dnsDomain = "vpn";
|
||||
@@ -282,7 +284,7 @@
|
||||
];
|
||||
};
|
||||
|
||||
DataStoreEncryptionKey = "770A8A65DA156D24EE2A093277530142";
|
||||
DataStoreEncryptionKey = null;
|
||||
|
||||
"ReverseProxy" = {
|
||||
"TrustedHTTPProxies" = [ "192.168.100.11" ];
|
||||
@@ -369,6 +371,7 @@
|
||||
|
||||
signal = {
|
||||
enable = true;
|
||||
enableNginx = true;
|
||||
#port = 10000;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user