Files
oam/knowledge base/uptime kuma.md
2024-06-02 22:42:48 +02:00

1.1 KiB

Uptime Kuma

TODO

Fancy and easy-to-use self-hosted monitoring tool.

  1. TL;DR
  2. Further readings
    1. Sources

TL;DR

Only one user as of 2024-06-01.

Installation and configuration
docker pull 'louislam/uptime-kuma:1'
Usage
# Start.
docker run -d --restart 'always' --name 'uptime-kuma' -p '3001:3001' -v 'uptime-kuma:/app/data' 'louislam/uptime-kuma:1'

# Password reset.
docker exec -it 'uptime-kuma' npm run reset-password

Further readings

Sources