mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 19:49:01 +01:00 
			
		
		
		
	feat: have docker_healthcheck use correct config
This commit is contained in:
		
							parent
							
								
									3fc9a10ab6
								
							
						
					
					
						commit
						5c7c995504
					
				| @ -2,7 +2,7 @@ import http from "http"; | ||||
| import ini from "ini"; | ||||
| import fs from "fs"; | ||||
| import dataDir from "./src/services/data_dir.js"; | ||||
| const config = ini.parse(fs.readFileSync(dataDir.CONFIG_INI_PATH, "utf-8")); | ||||
| import config from "./src/services/config.js"; | ||||
| 
 | ||||
| if (config.Network.https) { | ||||
|     // built-in TLS (terminated by trilium) is not supported yet, PRs are welcome
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 perf3ct
						perf3ct