Uptime Kuma Setup.
Clone the repository and run the following command to setup uptime kuma. You can simply follow the wizard instructions 😎
git clone git@github.com:tjventurini/uptime-kuma-setup.git
cd uptime-kuma-setup
make initAt the time of writing this the configuration file .env includes the following values.
DOMAIN=uptime-kuma.localhost
make init
make start
make down
make stop # alias for `make down`
make clearIf your Uptime Kuma instance can't reach a service that you know is online, you might need to clear the network cache on your server.
sudo resolvectl flush-caches