mirror of
				https://github.com/sissbruecker/linkding.git
				synced 2025-11-03 20:44:05 +01:00 
			
		
		
		
	* add simple health endpoint * add curl and healthcheck to dockerfile * convert to view * add simple test * Add unhealthy test * Cleanup * check for LD_SERVER_PORT env var in healthcheck def * Revert changes to middlewares.py Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			98 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			98 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from .bookmarks import *
 | 
						|
from .settings import *
 | 
						|
from .toasts import *
 | 
						|
from .health import health
 |