mirror of
				https://github.com/tborychowski/self-hosted-cookbook.git
				synced 2025-11-03 23:37:32 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			687 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			687 B
		
	
	
	
	
	
	
	
Statping
- Looks great
 - Has a mobile app (albeit buggy)
 - Lots of stuff (charts, data, etc)
 - Lots of integrations & notification types
 - Every other release doesn't work
 - Slow UI
 
docker-compose.yml
---
statping:
  container_name: statping
  image: hunterlong/statping
  restart: unless-stopped
  ports:
    - 3020:8080
  volumes:
    - ./data:/app
#    - /var/run/docker.sock:/var/run/docker.sock
  environment:
    DB_CONN: sqlite
- and go to http://192.168.1.10:3020/setup
 - or login as 
admin:admin