UptimeKuma ++
This commit is contained in:
parent
c3444b2ab2
commit
a6f87b2a0f
3 changed files with 19 additions and 0 deletions
3
uptimekuma_cloudflare/.env
Normal file
3
uptimekuma_cloudflare/.env
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Cloudflare Tunnel Token
|
||||||
|
# Setup tunnel to http://kuma:3001
|
||||||
|
TUNNEL_TOKEN= ##REQUIRED##
|
8
uptimekuma_cloudflare/README.md
Normal file
8
uptimekuma_cloudflare/README.md
Normal 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!
|
8
uptimekuma_cloudflare/docker-compose.yml
Normal file
8
uptimekuma_cloudflare/docker-compose.yml
Normal 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
|
Loading…
Reference in a new issue