Update HVAC fan automation descriptions and improve HTTP configuration

This commit is contained in:
CeeWeasel
2025-08-23 10:30:50 -04:00
parent 6afb4d07f8
commit 544c4788b8
9 changed files with 155 additions and 89 deletions
+35 -30
View File
@@ -1,31 +1,36 @@
http:
#ssl_certificate: /ssl/origin.pem
#ssl_key: /ssl/privkey.pem
ip_ban_enabled: true
login_attempts_threshold: 5
use_x_forwarded_for: true
trusted_proxies:
- 192.168.1.0/24
- 127.0.0.1
- 172.30.32.0/23
- 172.16.0.0/12
- 172.17.0.0/16
- ::1
- 172.21.0.145
# Moved to configuration.yaml per Cloudflared addon docs:
# Documentation
# Document that http in configuration.yaml must no use !include or packages @felipecrs (#886)
# Add the Cloudflare IPs as trusted proxies https://www.cloudflare.com/ips-v4
- 173.245.48.0/20
- 103.21.244.0/22
- 103.22.200.0/22
- 103.31.4.0/22
- 141.101.64.0/18
- 108.162.192.0/18
- 190.93.240.0/20
- 188.114.96.0/20
- 197.234.240.0/22
- 198.41.128.0/17
- 162.158.0.0/15
- 104.16.0.0/13
- 104.24.0.0/14
- 172.64.0.0/13
- 131.0.72.0/22
# http:
# #ssl_certificate: /ssl/origin.pem
# #ssl_key: /ssl/privkey.pem
# ip_ban_enabled: true
# login_attempts_threshold: 5
# use_x_forwarded_for: true
# trusted_proxies:
# - 192.168.1.0/24
# - 127.0.0.1
# - 172.30.32.0/23
# - 172.16.0.0/12
# - 172.17.0.0/16
# - ::1
# - 172.21.0.145
# # Add the Cloudflare IPs as trusted proxies https://www.cloudflare.com/ips-v4
# - 173.245.48.0/20
# - 103.21.244.0/22
# - 103.22.200.0/22
# - 103.31.4.0/22
# - 141.101.64.0/18
# - 108.162.192.0/18
# - 190.93.240.0/20
# - 188.114.96.0/20
# - 197.234.240.0/22
# - 198.41.128.0/17
# - 162.158.0.0/15
# - 104.16.0.0/13
# - 104.24.0.0/14
# - 172.64.0.0/13
# - 131.0.72.0/22