Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.45 KB

uptime-kuma.md

File metadata and controls

41 lines (26 loc) · 1.45 KB

Uptime-kuma

Uptime-kuma is a fancy self-hosted monitoring tool.

Dependencies

This service requires the following other services:

Configuration

To enable this service, add the following configuration to your vars.yml file and re-run the installation process:

########################################################################
#                                                                      #
# uptime-kuma                                                          #
#                                                                      #
########################################################################

uptime_kuma_enabled: true

uptime_kuma_hostname: mash.example.com

# For now, hosting uptime-kuma under a path is not supported.
# See: https://github.com/louislam/uptime-kuma/issues/147
# uptime_kuma_path_prefix: /uptime-kuma

########################################################################
#                                                                      #
# /uptime-kuma                                                         #
#                                                                      #
########################################################################

Usage

The first time you open the Uptime-kuma Web UI it will make you go through a setup wizard, which will set up your admin credentials.