All the youtube info on cloudflare integration seems outdated and incorrect. There is no “add-ins” anywhere. Is there somewhere I can find info on integrating HA with cloudflare? Thanks.
The forum has a search function: Search results for '#community-guides cloudflare' - Home Assistant Community
I searched for cloudflare info but found only older things that do not apply that I could see.
Only doc I could find was this and there is not much there…
Disregard, got it fixed in conversation on Discord. All is well.
Hi Steve, good you got it solved.
- if you share how you solved it, that might be useful for others.
- if you mark that post as solved, we can disregard your quest for help AND it becomes even more valuable
The config.yaml needs to contain settings for proxy servers. It did not seem that way in instructions, but it is required. I assume many here are familiar with editing yaml files, I am not. Seems odd that the whitespace is quite critical, both in number and placement. So that added to the malfunction. In essence, the config needs to contain the following, with whitespace formatted and numbered correctly:
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
The spaces do not show correctly in here…
That is because you posted it as flat text, if you post code with the </> button in the toolbar, it will be formatted correctly.