36 lines
998 B
HTML
36 lines
998 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang='en'>
|
||
|
<head>
|
||
|
<title>Quick Fix - Blog - Johannes Olzem</title>
|
||
|
<meta name='description' content="Johannes Olzem's Webspace.">
|
||
|
<meta charset='utf-8'>
|
||
|
<link rel='stylesheet' href='/css/style.css'>
|
||
|
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
|
||
|
<link rel='icon' href='/favico.ico'>
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
<a href='/'>Johannes Olzem's Webspace</a>
|
||
|
</header>
|
||
|
<nav>
|
||
|
<a href='/blog/'>Blog</a>
|
||
|
<a href='/about/'>About Me</a>
|
||
|
<a href='/contact/'>Contact</a>
|
||
|
</nav>
|
||
|
<main>
|
||
|
<h1>HomeAssistant not connecting over reverse proxy</h1>
|
||
|
<br>
|
||
|
<p>
|
||
|
Make sure you have enabled <em>Websockets Supports</em> or similar functionality in your reverse proxy client.
|
||
|
</p>
|
||
|
<h2>Explanation</h2>
|
||
|
<p>
|
||
|
HomeAssistant uses websockets to communicate with the browser.
|
||
|
</p>
|
||
|
</main>
|
||
|
<footer>
|
||
|
<h6><a href><script>document.write(window.location.href);</script></a></h6>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|