mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-13 23:57:06 +00:00
1.5 KiB
1.5 KiB
Uptime-kuma
Uptime-kuma is a fancy self-hosted monitoring tool.
Dependencies
This service requires the following other services:
- a Traefik reverse-proxy server
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.