port issue
This commit is contained in:
@@ -36,7 +36,6 @@
|
|||||||
|
|
||||||
config = {
|
config = {
|
||||||
homeassistant.unit_system = "us_customary";
|
homeassistant.unit_system = "us_customary";
|
||||||
http.server_port = 80;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
configWritable = true;
|
configWritable = true;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
services.n8n = {
|
services.n8n = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
openFirewall = true;
|
#openFirewall = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
||||||
@@ -43,8 +43,6 @@
|
|||||||
N8N_DIAGNOSTICS_CONFIG_BACKEND = "";
|
N8N_DIAGNOSTICS_CONFIG_BACKEND = "";
|
||||||
|
|
||||||
N8N_SECURE_COOKIE = "false";
|
N8N_SECURE_COOKIE = "false";
|
||||||
|
|
||||||
N8N_PORT = "80";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user