Das ist nicht mein Fachgebiet, aber ich habe die Beiträge, die der Thema-Timer verschluckt hat, durchforstet, um zu sehen, ob welche relevant sein könnten, und habe vielleicht diese gefunden? (Ich entschuldige mich, wenn ich völlig daneben liege )
Thanks!
Enabled cloudflare.template.yml. But if I understand correctly, That was just to disable rate limiting on traffic coming from cloudflare’s IP addresses.
For now, This is what my prometheus config looks like,
scrape_configs:
- job_name: forum
scrape_interval: 5s
scheme: https
static_configs:
- targets:
- forum-behind-cloudflare-dns-proxy.com
Now, The issue I am facing is, Discourse doesn’t…
Has anyone yet tried this behind cloudflare without opening metrics to the whole public?
Problem is that the original IP of prometheus is not at the usual spot in HTTP headers when behind cloudflare (or basically any proxy).
Is there any way to make this accessible via http only or add an additional (sub)domain to discourse to create an SSL cert for?
having it accessible via IP or an additional subdomain that could be switched to transparent mode in Cloudflare would be two option. The other w…