Add novnc support deCONZ & rework ingress (#1505)

* Add novnc support deCONZ & rework ingress

* add page

* rename index to ingress

* fix issues

* fix vnc setup

* Fix config

* fix lint

* Fix docs
This commit is contained in:
Pascal Vizeli
2020-07-28 14:01:47 +02:00
committed by GitHub
parent 5077a1f922
commit 5ec3867b18
15 changed files with 99 additions and 101 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<body>
<h2>Zigbee network by Dresden Elektronik</h2>
<p>You can use the webui Phoscon or the VNC based deCONZ</p>
<div>
<a href="pwa/index.html">Phoscon</a></br>
<a href="novnc/vnc_lite.html">deCONZ</a>
</div>
</body>
</html>