Hi,
I’ve gotten https to work in a container, which I need for some integrations, but other integrations require http. Curious if anyone knows how I can edit configuration.yaml to enable listening on 2 ports one for http and one for https.
Below is my config as it sits currently.
Thanks in advance.
default_config:
rontend:
themes: !include_dir_merge_named themes
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
http:
ssl_certificate: /config/fullchain.pem
ssl_key: /config/privkey.pem
use_x_forwarded_for: true
trusted_proxies:
- x.x.x.x/24
homeassistant:
external_url: "https://domain.com"
internal_url: "https://x.x.x.x:8123"