andrewshilliday / garage-door-controller

Software to monitor and control garage doors via a raspberry pi
MIT License
327 stars 132 forks source link

Remove Dependency on Requiring Internet Access to Load Web App #89

Closed CrackerStealth closed 6 years ago

CrackerStealth commented 6 years ago

I have been using this software for a number of years but with customization's for my own setup and have decided to contribute some back. This pull request removes the dependency for a device loading the garage controller software to require internet access.

Within my own network, I only allow devices that have no network access to use my garage controller as well as VLAN and secure communications for the garage controller.

Removing the internet requirement expands the possible use cases of the controller software.

andrewshilliday commented 6 years ago

Awesome. This makes sense to me. I’ll merge it when I next get to a computer. Thanks for the contribution.