https://github.com/faroit/opendoorpolicy
https://github.com/faroit/opendoorpolicy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/faroit/opendoorpolicy
- Owner: faroit
- License: gpl-2.0
- Created: 2016-06-08T19:52:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T23:47:55.000Z (about 5 years ago)
- Last Synced: 2025-01-28T02:32:51.075Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Open Door Policy
================
Open your garage door using your browser.
Usage
-----
Install
pip install -r requirements/production.txt # on Raspberry Pi or
pip install -r requirements/dev.txt # on development machine
set up users
cp users_example.py users.py
vim users.py
and run
python server.py
HTTPS
-----
Create an SSL certificate chain
openssl req -new -x509 -days 365 -nodes -out cert.pem -keyout cert.pem
and run
python server.py --pem cert.pem