mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 11:39:01 +01:00 
			
		
		
		
	Merge pull request #4083 from viperdc/patch-1
Update docker_healthcheck.js
This commit is contained in:
		
						commit
						977089cc28
					
				| @ -4,7 +4,7 @@ const fs = require("fs"); | |||||||
| const dataDir = require("./src/services/data_dir"); | const dataDir = require("./src/services/data_dir"); | ||||||
| const config = ini.parse(fs.readFileSync(dataDir.CONFIG_INI_PATH, 'utf-8')); | const config = ini.parse(fs.readFileSync(dataDir.CONFIG_INI_PATH, 'utf-8')); | ||||||
| 
 | 
 | ||||||
| if (config.https) { | if (config.Network.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
 | ||||||
|     // for reverse proxy terminated TLS this will works since config.https will be false
 |     // for reverse proxy terminated TLS this will works since config.https will be false
 | ||||||
|     process.exit(0); |     process.exit(0); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 zadam
						zadam