mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 09:45:07 +00:00
#73 added in some fake website SSL stuff for Travis.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Home-Assistant Config [](https://travis-ci.org/CCOSTAN/Home-AssistantConfig) by [@ccostan](http://www.twitter.com/ccostan)
|
||||
# [](https://travis-ci.org/CCOSTAN/Home-AssistantConfig) Home-Assistant Config by [@ccostan](http://www.twitter.com/ccostan)
|
||||
[Home Assistant](https://home-assistant.io/) configuration files (YAMLs)
|
||||
|
||||
This is my Home Assistant Configuration created with the All In One installer [expanded to 16GB.](https://community.home-assistant.io/t/expanding-partition-on-sd-card-for-raspberry-pi-with-noobs-pre-installed/2036) I update it pretty regularly.
|
||||
|
||||
@@ -5,8 +5,8 @@ http_api_password: password
|
||||
external_ip: 10.10.10.10
|
||||
MQTT_username: MQTT_username
|
||||
MQTT_password: password
|
||||
ssl_certificate: '/home/hass/.homeassistant/www/website_dot_com.crt'
|
||||
ssl_key: '/home/hass/.homeassistant/www/website.key'
|
||||
ssl_certificate: '/home/hass/.homeassistant/www_traviswebsite_dot_com.fake_crt'
|
||||
ssl_key: '/home/hass/.homeassistant/www_traviswebsite.fake_key'
|
||||
http_base_url: your.website.com
|
||||
ifttt_key: iftttKEYPassphrase
|
||||
forecast_key: ForcastKeyphrase
|
||||
|
||||
1
www_traviswebsite.fake_key
Executable file
1
www_traviswebsite.fake_key
Executable file
@@ -0,0 +1 @@
|
||||
This is a DUMMY file for the Travis Builder.
|
||||
1
www_traviswebsite_dot_com.fake_crt
Executable file
1
www_traviswebsite_dot_com.fake_crt
Executable file
@@ -0,0 +1 @@
|
||||
This is a DUMMY file for the Travis Builder.
|
||||
Reference in New Issue
Block a user