Răsfoiți Sursa

Set DISPLAY_KEYS default to off

Signed-off-by: John Sahhar <[email protected]>
John Sahhar 3 ani în urmă
părinte
comite
a3ebf443d6

+ 1 - 1
compose/docker-compose.contained.yml

@@ -29,7 +29,7 @@ services:
       CLIENT_MODE: "on"
       MASTER_KEY: "REPLACE_MASTER_KEY"
       CORS_ALLOWED_ORIGIN: "*"
-      DISPLAY_KEYS: "on"
+      DISPLAY_KEYS: "off"
       DATABASE: "sqlite"
       NODE_ID: "netmaker-server-1"
       MQ_HOST: "mq"

+ 1 - 1
compose/docker-compose.hostnetwork.yml

@@ -30,7 +30,7 @@ services:
       MASTER_KEY: "REPLACE_MASTER_KEY"
       SERVER_GRPC_WIREGUARD: "off"
       CORS_ALLOWED_ORIGIN: "*"
-      DISPLAY_KEYS: "on"
+      DISPLAY_KEYS: "off"
       DATABASE: "sqlite"
       HOST_NETWORK: "on"
       NODE_ID: "netmaker-server-1"

+ 1 - 1
compose/docker-compose.nocaddy.yml

@@ -29,7 +29,7 @@ services:
       CLIENT_MODE: "on"
       MASTER_KEY: "REPLACE_MASTER_KEY"
       CORS_ALLOWED_ORIGIN: "*"
-      DISPLAY_KEYS: "on"
+      DISPLAY_KEYS: "off"
       DATABASE: "sqlite"
       NODE_ID: "netmaker-server-1"
       MQ_HOST: "mq"

+ 1 - 1
compose/docker-compose.nodns.yml

@@ -29,7 +29,7 @@ services:
       CLIENT_MODE: "on"
       MASTER_KEY: "REPLACE_MASTER_KEY"
       CORS_ALLOWED_ORIGIN: "*"
-      DISPLAY_KEYS: "on"
+      DISPLAY_KEYS: "off"
       DATABASE: "sqlite"
       NODE_ID: "netmaker-server-1"
       MQ_HOST: "mq"

+ 1 - 1
compose/docker-compose.reference.yml

@@ -30,7 +30,7 @@ services:
       DISABLE_REMOTE_IP_CHECK: "off" # If turned "on", Server will not set Host based on remote IP check. This is already overridden if SERVER_HOST is set. Turned "off" by default.
       GRPC_SSL: "off" # Tells clients to use SSL to connect to GRPC. Switch to on to turn on.
       COREDNS_ADDR: "" # Address of the CoreDNS server. Defaults to SERVER_HOST
-      DISPLAY_KEYS: "on" # Show keys permanently in UI (until deleted) as opposed to 1-time display.
+      DISPLAY_KEYS: "off" # Show keys permanently in UI (until deleted) as opposed to 1-time display.
       SERVER_API_CONN_STRING: "" # Changes the api connection string. IP:PORT format. By default is empty and uses SERVER_HOST:API_PORT
       SERVER_GRPC_CONN_STRING: "" # Changes the grpc connection string. IP:PORT format. By default is empty and uses SERVER_HOST:GRPC_PORT
       RCE: "off" # Enables setting PostUp and PostDown (arbitrary commands) on nodes from the server. Off by default.

+ 1 - 1
compose/docker-compose.yml

@@ -29,7 +29,7 @@ services:
       CLIENT_MODE: "on"
       MASTER_KEY: "REPLACE_MASTER_KEY"
       CORS_ALLOWED_ORIGIN: "*"
-      DISPLAY_KEYS: "on"
+      DISPLAY_KEYS: "off"
       DATABASE: "sqlite"
       NODE_ID: "netmaker-server-1"
       MQ_HOST: "mq"