I’m running home assistant in a docker environment using traefik as a reverse proxy and everything is working great. I’m able to access my install via SSL internally and externally. However I am attempting to migrate to Home Assistant Core (what I think use to be hassio) and I am able to access the new environment externally via SSL however internally I can only access it via local ip address.
I have enabled NAT reflection on my pfsense router, and rebooted all hardware involved. I will also post my config below although it’s very minimal at this point. I’m hoping something is missing from my config. Any suggestions would be most appreciative.
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
discovery:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
base_url: https://hassio.warllo.org
server_port: 8124
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml