mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 17:51:36 +00:00
Trying to get SSL working but hidden.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,5 +1,9 @@
|
|||||||
*.pid
|
*.pid
|
||||||
*.xml
|
*.xml
|
||||||
|
*.csr
|
||||||
|
*.crt
|
||||||
|
*.key
|
||||||
|
www
|
||||||
OZW_Log.txt
|
OZW_Log.txt
|
||||||
home-assistant.log
|
home-assistant.log
|
||||||
home-assistant_v2.db
|
home-assistant_v2.db
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ homeassistant:
|
|||||||
|
|
||||||
http:
|
http:
|
||||||
api_password: !secret http_api_password
|
api_password: !secret http_api_password
|
||||||
|
ssl_certificate: !secret ssl_certificate
|
||||||
|
ssl_key: !secret ssl_key
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
panel_iframe:
|
panel_iframe:
|
||||||
|
|||||||
Reference in New Issue
Block a user