UptimeKuma ++

This commit is contained in:
Jeff Clement 2024-11-15 16:18:30 -07:00
parent c3444b2ab2
commit a6f87b2a0f
Signed by: jeff
GPG key ID: 3BCB43A3F0E1D7DA
3 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# Cloudflare Tunnel Token
# Setup tunnel to http://kuma:3001
TUNNEL_TOKEN= ##REQUIRED##

View file

@ -0,0 +1,8 @@
# Uptime Kuma via. Cloudflare
There is almost no setup required and, luckily, Uptime Kuma includes
Cloudflared.
1. Generate a new Tunnel pointing to `http://kuma:3001`
2. Paste the Tunnel token into .env
3. Start 'er up!

View file

@ -0,0 +1,8 @@
services:
kuma:
image: "louislam/uptime-kuma:1"
restart: always
environment:
- UPTIME_KUMA_CLOUDFLARED_TOKEN=${TUNNEL_TOKEN}
volumes:
- ./data:/app/data