From dbce7591f5685d42b24be90bcd995d4be2f1f0bd Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 18 May 2017 12:17:38 +0000 Subject: [PATCH] Site updated at 2017-05-18 12:17:38 UTC --- addons/index.html | 1 + addons/lets_encrypt/index.html | 3 + addons/nginx_proxy/index.html | 144 ++++++++++++++++++ atom.xml | 2 +- blog/categories/announcements/atom.xml | 2 +- blog/categories/community/atom.xml | 2 +- blog/categories/device-tracking/atom.xml | 2 +- blog/categories/esp8266/atom.xml | 2 +- blog/categories/how-to/atom.xml | 2 +- blog/categories/ibeacons/atom.xml | 2 +- blog/categories/internet-of-things/atom.xml | 2 +- blog/categories/iot-data/atom.xml | 2 +- blog/categories/merchandise/atom.xml | 2 +- blog/categories/micropython/atom.xml | 2 +- blog/categories/mqtt/atom.xml | 2 +- blog/categories/organisation/atom.xml | 2 +- blog/categories/owntracks/atom.xml | 2 +- blog/categories/presence-detection/atom.xml | 2 +- .../public-service-announcement/atom.xml | 2 +- blog/categories/release-notes/atom.xml | 2 +- blog/categories/survey/atom.xml | 2 +- blog/categories/talks/atom.xml | 2 +- blog/categories/technology/atom.xml | 2 +- blog/categories/user-stories/atom.xml | 2 +- blog/categories/video/atom.xml | 2 +- blog/categories/website/atom.xml | 2 +- sitemap.xml | 33 ++-- 27 files changed, 189 insertions(+), 38 deletions(-) create mode 100644 addons/nginx_proxy/index.html diff --git a/addons/index.html b/addons/index.html index d3d6d8d369..9e29fcdeb0 100644 --- a/addons/index.html +++ b/addons/index.html @@ -73,6 +73,7 @@
  • Duck DNS
  • Let's Encrypt
  • Mosquitto MQTT broker
  • +
  • Nginx SSL proxy
  • SSH Server
  • Samba
  • diff --git a/addons/lets_encrypt/index.html b/addons/lets_encrypt/index.html index 67afd69ab8..a0dc3c9241 100644 --- a/addons/lets_encrypt/index.html +++ b/addons/lets_encrypt/index.html @@ -68,6 +68,9 @@

    Setup and manage a Let’s Encrypt certificate. This will create a certificate on the first run and renew it if the certificate is expiring in the next 30 days.

    +

    +This add-on need port 80/443 to verify the certificate request, please stop all add-ons they use also this ports, otherwise you can not start this add-on. +

    {
       "email": "example@example.com",
       "domains": ["example.com", "mqtt.example.com", "hass.example.com"]
    diff --git a/addons/nginx_proxy/index.html b/addons/nginx_proxy/index.html
    new file mode 100644
    index 0000000000..60e737932d
    --- /dev/null
    +++ b/addons/nginx_proxy/index.html
    @@ -0,0 +1,144 @@
    +
    +  
    +  
    +  
    +    
    +  
    +    
    +    
    +    Nginx SSL proxy - Home Assistant
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +    
    +  
    +  
    +    
    + +
    +
    +
    +
    +
    + +
    +

    + Nginx SSL Proxy +

    +
    +
    +

    Setup a SSL proxy with nginx and redirect port 80 to 443. Make sure you have generate certificate before you start this add-on.

    +
    {
    +  "domain": "home.example.com"
    +}
    +
    +
    +

    Configuration variables:

    +
      +
    • domain (Required): Domain they will proxy run with it.
    • +
    +
    +
    + +
    +
    + + + + diff --git a/atom.xml b/atom.xml index 18359a0779..264366d301 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/announcements/atom.xml b/blog/categories/announcements/atom.xml index 3c1ca64c81..32ace4bc79 100644 --- a/blog/categories/announcements/atom.xml +++ b/blog/categories/announcements/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Announcements | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index b7bf7dde1c..1ee7ebe017 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index ddde9830b0..8636768053 100644 --- a/blog/categories/device-tracking/atom.xml +++ b/blog/categories/device-tracking/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Device-Tracking | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 1ee99c61fa..ef81298058 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 9ccc987f24..487552ccd4 100644 --- a/blog/categories/how-to/atom.xml +++ b/blog/categories/how-to/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: How-To | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index 634356e1e0..31b03a39fc 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index 972b03e153..dc18b03ae4 100644 --- a/blog/categories/internet-of-things/atom.xml +++ b/blog/categories/internet-of-things/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Internet-of-Things | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/iot-data/atom.xml b/blog/categories/iot-data/atom.xml index 9bd5815ff0..e7756acd83 100644 --- a/blog/categories/iot-data/atom.xml +++ b/blog/categories/iot-data/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: IoT-Data | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/merchandise/atom.xml b/blog/categories/merchandise/atom.xml index 516be1589a..e108c86c1c 100644 --- a/blog/categories/merchandise/atom.xml +++ b/blog/categories/merchandise/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Merchandise | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/micropython/atom.xml b/blog/categories/micropython/atom.xml index 58bce5d74e..b7c8b23056 100644 --- a/blog/categories/micropython/atom.xml +++ b/blog/categories/micropython/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Micropython | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 064d53ba7e..c5165bb15b 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index 75049c385f..2e6e2d7474 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml index 19aa21a637..0959de2391 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml index 7673a99425..cc288a1fec 100644 --- a/blog/categories/presence-detection/atom.xml +++ b/blog/categories/presence-detection/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Presence-Detection | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index aa5d4c6df2..b4a90b00d2 100644 --- a/blog/categories/public-service-announcement/atom.xml +++ b/blog/categories/public-service-announcement/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Public-Service-Announcement | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 2f73944709..84d1dcde0d 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Release-Notes | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 8dc74348da..4485dcee7f 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml index 598295184c..3c952dbcff 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml index df1a1fbfc4..48fffe5994 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index c071210d6c..7ee604774d 100644 --- a/blog/categories/user-stories/atom.xml +++ b/blog/categories/user-stories/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: User-Stories | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml index 434b5b0fb9..8d97e9f9de 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index a85ab95995..a0bb9b9600 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2017-05-18T10:47:07+00:00 + 2017-05-18T12:13:14+00:00 https://home-assistant.io/ diff --git a/sitemap.xml b/sitemap.xml index a5ac698b12..f396e22a7c 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -856,6 +856,9 @@ https://home-assistant.io/addons/mosquitto/ +https://home-assistant.io/addons/nginx_proxy/ + + https://home-assistant.io/addons/samba/ @@ -3383,62 +3386,62 @@ https://home-assistant.io/demo/frontend.html -2017-05-18T10:45:29+00:00 +2017-05-18T12:12:25+00:00 https://home-assistant.io/demo/index.html -2017-05-18T10:45:29+00:00 +2017-05-18T12:12:25+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-event.html -2017-05-18T10:45:29+00:00 +2017-05-18T12:12:25+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-info.html -2017-05-18T10:45:29+00:00 +2017-05-18T12:12:25+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-service.html -2017-05-18T10:45:29+00:00 +2017-05-18T12:12:25+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-state.html -2017-05-18T10:45:29+00:00 +2017-05-18T12:12:25+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-template.html -2017-05-18T10:45:29+00:00 +2017-05-18T12:12:25+00:00 https://home-assistant.io/demo/panels/ha-panel-history.html -2017-05-18T10:45:29+00:00 +2017-05-18T12:12:25+00:00 https://home-assistant.io/demo/panels/ha-panel-iframe.html -2017-05-18T10:45:29+00:00 +2017-05-18T12:12:25+00:00 https://home-assistant.io/demo/panels/ha-panel-logbook.html -2017-05-18T10:45:29+00:00 +2017-05-18T12:12:25+00:00 https://home-assistant.io/demo/panels/ha-panel-map.html -2017-05-18T10:45:29+00:00 +2017-05-18T12:12:25+00:00 https://home-assistant.io/googlef4f3693c209fe788.html -2017-05-18T10:45:29+00:00 +2017-05-18T12:12:25+00:00 https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html -2017-05-18T10:45:30+00:00 +2017-05-18T12:12:26+00:00 https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html -2017-05-18T10:45:30+00:00 +2017-05-18T12:12:26+00:00 https://home-assistant.io/static/mdi-demo.html -2017-05-18T10:45:30+00:00 +2017-05-18T12:12:26+00:00