1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Andrew Tomaka 057fe7ba04
Migrate to Traefik 2020-10-17 00:45:42 -04:00
Andrew Tomaka 70cfc5b6d0
Setup hadashboard 2018-06-01 10:02:40 -04:00
Andrew Tomaka 64a40527df
Migrate to using host network
In order to use upnp and other discovery services, home assistant needs
to live on our real network and not inside a Docker network. This is
trivial, but triggered an issue with our nginx proxy, which does not
support proxying to containers on the host network.  This is resolved by
adding ANOTHER proxy to transition from the docker "proxy" network to
the host network (simply by pointing at the machines IP address).

HTTP Request
    |
Dynamic Nginx proxy
    |
Static Nginx proxy
    |
Home assistant application
2018-02-28 20:04:31 -05:00
Andrew Tomaka 6f74c473e9
Setup nginx proxy 2017-12-05 11:10:07 -05:00
Andrew Tomaka c18b75796b
Initial commit 2017-07-05 21:35:10 -04:00