Monitoring with Uptime Kuma

A self hosted instance of Uptime Kuma is all it takes to track when any website or link goes down on the web.

Monitoring with Uptime Kuma
Uptime Kuma screenshot

A self hosted instance of Uptime Kuma is all it takes to track when any website or link goes down on the web. Combined with the Ntfy self hosted notification server and mobile app you can stay alerted of any changes. Choose to receive emails with Formable's Mailgun SMTP or your own.

Uptime Kuma demo hosted by formable.app

Formable's Uptime Kuma Portainer stack docker-compose.yml

version: '3.3'

services:
  uptime-kuma:
    image: louislam/uptime-kuma:latest
	container_name: uptime-kuma
	volumes:
	  - app_data:/app/data
	ports:
	  - 10113:3001
	restart: always
        
volumes:
	app_data:
Mastodon