Home Uptime-Kuma in a Docker pod
Post
Cancel

Uptime-Kuma in a Docker pod

It is a self-hosted monitoring tool like “Uptime Robot”. Features:

  • Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / Ping / DNS Record / Push / Steam Game Server / Docker Containers.
  • Fancy, Reactive, Fast UI/UX.
  • Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and 90+ notification services.
  • 20 second intervals.
  • Multi Languages
  • Multiple Status Pages
  • Map Status Page to Domain
  • Ping Chart
  • Certificate Info
  • Proxy Support
  • 2FA available

source: https://github.com/louislam/uptime-kuma source: https://hub.docker.com/r/louislam/uptime-kuma

1
sudo docker run -d --restart=always -p 3001:3001 -v ${PWD}/uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1

Browse to http://localhost:3001

This post is licensed under CC BY 4.0 by the author.