#hey I followed this guide to setup
1 messages ยท Page 1 of 1 (latest)
it says the connection is rest when I try to connect
even with the correct port and all
You didn't add any ssl lines?
This is my final config:
external_url: !secret ext_url
auth_mfa_modules:
- type: totp
system_health:
http:
server_port: 8443
ssl_certificate: !secret ssl_cert
ssl_key: !secret ssl_key
# Add use_x_forwarded_for
use_x_forwarded_for: true
ip_ban_enabled: true
login_attempts_threshold: 5
# Add the Cloudflare IPs as trusted proxies https://www.cloudflare.com/ips-v4
trusted_proxies:
- 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```
ah, yes that worked
That's to be expected ๐
you're going to be missing a lot of integrations after removing default_config:
just to point out
unless that's a partial config up there, then nevermind
it is ๐
thanks, I thought this was some config error