Jump to content

Uptime Kuma

From NixOS Wiki
Revision as of 10:15, 9 April 2025 by Onny (talk | contribs)

Uptime Kuma is a self-hosted, open-source monitoring tool that allows you to track the uptime of your websites and services. It offers a user-friendly interface, supports various notification services, and enables the creation of customizable status pages.

Setup

To enable Uptime Kuma on your NixOS instance, add following to your system config and apply

services.uptime-kuma.enable = true;

Go to http://localhost:3001 to setup a user account and to configure the app.