mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-21 17:05:48 +03:00
Page:
Cloudflare Side Note
Pages
3rd Party Addons Apps
API Keys
Badge
Cloudflare Side Note
Development Side Notes
Environment Variables
Home
How to Monitor Docker Containers
Maintenance
Migration From v1 To v2
Notification Methods
OpenRC Script
Prometheus Integration
Reset Password via CLI
Reverse Proxy with Cloudflare Tunnel
Reverse Proxy
Setup Development Environment
Status Page
Systemd Unit File
Test Pull Requests
Troubleshooting
_Menu
🆙 How to Update
🔧 How to Install
No results
4
Cloudflare Side Note
Georgiy Sitnikov edited this page 2024-10-09 08:06:19 +02:00
Table of Contents
Monitoring a website using Cloudflare
By default, Cloudflare is not API friendly including Uptime Kuma. Cloudflare may block requests from Uptime Kuma.
You need to disable or bypass "Browser Integrity Check" in Cloudflare Dashboard via one of these methods:
- (Easiest) Add your Uptime Kuma host IP address to IP Access rules as an Allowed address, optionally across every domain in your Cloudflare account
- Allow Uptime Kuma to bypass the check via WAF Custom Rules, and special header. E.g. lets add to the Kuma request header (please replace
kuma-qwerty123456
with your own random value):
Now create a rule where you will bypass JS challenge if header is presented. You can also add multiple domains after{ "kumaping":"kuma-qwerty123456" }
or
E.g.
and at the end of the rule JS challenge. Now challenge will be only triggered if(http.host eq "domain1" and all(http.request.headers["kumaping"][*] ne "kuma-qwerty123456")) or (http.host eq "domain2" and all(http.request.headers["kumaping"][*] ne "qwerty123456"))
kumaping
header is not presented or it has a wrong value. - Use a Configuration Rule to disable the check for your Uptime Kuma IP address
Related discussion: https://community.cloudflare.com/t/api-403-after-enabling-cloudflare/108078/6
How to proxy Uptime Kuma via Cloudflare
Please read: https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy#cloudflare
Installation & Configuration
Features
- Reset Password via CLI
- Status Page
- Notification Methods
- Badge
- How to Monitor Docker Containers
- Maintenance
- 3rd Party Addons/Apps
- API Keys
Network
Integrations
Development & Contributions
- CONTRIBUTING Rules & Guide
- How to Translate
- Setup Development Environment
- Test Pull Requests
- Development Side Notes