mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
docker_healthcheck.js should not create log files, #3677
This commit is contained in:
parent
2699c995ee
commit
0b24011468
@ -1,5 +1,8 @@
|
|||||||
const http = require("http");
|
const http = require("http");
|
||||||
const config = require("./src/services/config");
|
const ini = require("ini");
|
||||||
|
const fs = require("fs");
|
||||||
|
const dataDir = require("./src/services/data_dir");
|
||||||
|
const config = ini.parse(fs.readFileSync(dataDir.CONFIG_INI_PATH, 'utf-8'));
|
||||||
|
|
||||||
if (config.https) {
|
if (config.https) {
|
||||||
// built-in TLS (terminated by trilium) is not supported yet, PRs are welcome
|
// built-in TLS (terminated by trilium) is not supported yet, PRs are welcome
|
||||||
|
Loading…
x
Reference in New Issue
Block a user