Franck Nijhof
f0d37f49db
Extends textlint Terminology list; part 2 ( #12068 )
2020-02-12 19:59:10 +01:00
Brian Dunlay
59cc1f0d18
Add tunnel timeout to support websocket connections ( #11708 )
...
HomeAssistant uses a 55 second interval[1] to send heartbeats to
the Lovelace UI over WebSockets. If the tunnel timeout[2] is not
set, the WebSocket connection from the browser to the server is
reset every 50 seconds. When the connection resets, it reconnects
automatically, and causes the page to reload. Any unsaved data in
forms is lost.
This commit adds a sane default of 60 seconds to the HAProxy
configuration for tunneled connections, so that the frontend
WebSocket connection doesn't time out every 50 seconds.
[1]: 9c551ae85d/homeassistant/components/websocket_api/http.py (L111)
[2]: https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#4-timeout%20tunnel
Related: home-assistant/home-assistant-js-websocket#108
2020-01-11 11:41:21 +01:00
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations
2019-10-02 00:35:28 +02:00
Franck Nijhof
1833c32a2c
Cleans up front matter ( #9835 )
...
* Sets front matter defaults
* Removes default front matter from section templates/pages
* Removes default front matter from addon pages
* Removes default front matter from integration pages
* Removes default front matter from posts
* Removes default front matter from docs pages
* Removes default front matter from other pages
* Fixes blog category pages
2019-07-11 14:35:08 -07:00
Franck Nijhof
4a1932b2a8
Replaces all internal full URL links ( #9787 )
2019-07-06 09:02:33 +02:00
Franck Nijhof
ebca3218c7
🔥 Removes linkable_title everywhere ( #9772 )
...
* Automatically create linkable headers
* Visually improve position of linkable header chain icon
* Do not auto link headers on homepage
* Remove linkable_title everywhere
* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00
Mike O'Driscoll
b968470b9f
Updating rotted URL for certbot guide ( #8800 )
...
HAProxy docs has a rotted URL to digital ocean guide
for certbot Let's Encrypt certificates.
Updated this URL to the newest guide.
2019-03-04 12:23:45 +01:00
Mike O'Driscoll
03bda92208
Add HAProxy remote access example ( #8026 )
...
* Add HAProxy remote access example
Created an HAProxy remote access proxy documentation and
example configuration.
* ✏️ Tweaks
* ✏️ Typo fix
2019-02-12 00:47:19 +01:00