Uptime Kuma Setup.
Clone the repository and run the following command to setup uptime kuma. You can simply follow the wizard instructions 😎
git clone [email protected]:tjventurini/uptime-kuma-setup.git
cd uptime-kuma-setup
make init
At 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 clear
If 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