简介
监控 HTTP/TCP / HTTP(s) / Ping / DNS 记录 / 推送 / Steam 游戏服务器 / Docker 容器的正常运行时间
好看的UI
通过电报,Discord,Gotify,Slack,Pushover,电子邮件(SMTP)和90 +通知服务的通知,请单击此处查看完整列表
20 秒间隔
多语言
多个状态页
将状态页面映射到特定域
ping
证书信息
代理支持
2FA 支持
效果图
docker-compose部署
version: "3"
services:
uptime-kuma:
image: louislam/uptime-kuma:1
restart: always
ports:
- "3001:3001"
volumes:
- uptime-kuma:/app/data
volumes:
uptime-kuma:
caddy反代
kuma.example.com {
reverse_proxy localhost:3001
}