mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	docker_healthcheck.js should not create log files, #3677
This commit is contained in:
		| @@ -1,5 +1,8 @@ | ||||
| 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) { | ||||
|     // built-in TLS (terminated by trilium) is not supported yet, PRs are welcome | ||||
|   | ||||
		Reference in New Issue
	
	Block a user