From 244c2121666967b989600e6258907d0776fb161d Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Wed, 23 Sep 2020 10:52:00 -0400 Subject: [PATCH] Moving to nginx proxy to handle ssl --- config/configuration.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/configuration.yaml b/config/configuration.yaml index f1b00d7..3727788 100644 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -1,14 +1,14 @@ homeassistant: - # name: Home - # latitude: !secret MY_LATITUDE - # longitude: !secret MY_LONGITUDE - # elevation: 315 - # unit_system: imperial - # time_zone: America/New_York + external_url: !secret ahsl_base_url + internal_url: "http://192.168.7.157:8123" customize: !include customize.yaml auth_providers: - type: homeassistant packages: !include_dir_named packages + media_dirs: + haunted_sounds: /media/haunted_sounds + music: /media/music + sounds: /media/sounds # Configure a default setup of Home Assistant (frontend, api, etc) @@ -17,8 +17,8 @@ default_config: # Uncomment this if you are using SSL/TLS, running in Docker container, etc. http: #base_url: !secret ahsl_base_url - ssl_certificate: !secret ahsl_ssl_cert - ssl_key: !secret ahsl_ssl_key + #ssl_certificate: !secret ahsl_ssl_cert + #ssl_key: !secret ahsl_ssl_key use_x_forwarded_for: true trusted_proxies: - 192.168.7.1