This commit is contained in:
2025-09-23 21:37:00 +03:00
parent 5180f7fcf1
commit 5dfba2833b
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -39,14 +39,14 @@
addr = "192.168.1.20";
port = 11000;
}
{
addr = "0.0.0.0";
port = 80;
}
{
addr = "0.0.0.0";
port = 443;
}
# {
# addr = "0.0.0.0";
# port = 80;
# }
# {
# addr = "0.0.0.0";
# port = 443;
# }
];
};
# "onlyoffice" = {
+1 -1
View File
@@ -10,7 +10,7 @@
enable = true;
hostName = "trilium";
};
host = "0.0.0.0";
#host = "0.0.0.0";
dataDir = "/mnt/services/trilium";
};