refactored all to dev

This commit is contained in:
2025-11-26 21:48:53 -08:00
parent a8066686bc
commit f8ca733307
170 changed files with 12 additions and 29 deletions
+18
View File
@@ -0,0 +1,18 @@
# uptimekuma
## Overview
Proxy Port: 3001
* [Official Website](https://uptime.kuma.pet/)
* [Dockerhub](https://hub.docker.com/r/louislam/uptime-kuma)
* [Github](https://github.com/louislam/uptime-kuma/tree/1.23.X)
* [Docker Compose Example](https://github.com/louislam/uptime-kuma/blob/1.23.X/docker/docker-compose.yml)
## Summary
Uptime Kuma is a self-hosted monitoring tool that tracks the uptime and response time of websites, services, and network devices. It provides a sleek, user-friendly dashboard with real-time status updates, customizable notifications, and support for multiple monitoring protocols like HTTP(s), TCP, and ICMP (ping). Ideal for personal and business use, Uptime Kuma helps ensure your critical services remain online.
## Notes
By default uptime kuma uses sqlite.
+6
View File
@@ -0,0 +1,6 @@
services:
uptimekuma:
image: ${UPTIMEKUMA_IMAGE:-louislam/uptime-kuma:latest}
restart: unless-stopped
volumes:
- ${VOL_PATH:-./data}/uptimekuma-data:/app/data
+3
View File
@@ -0,0 +1,3 @@
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
UPTIMEKUMA_IMAGE=louislam/uptime-kuma:1