397 B
397 B
Weblight
Tool to switch on/off the yard light with web page.
Installation
python setup.py install
Usage
Manual
Create wrapper script (e.g. wrapper.py):
from weblight import app
if __name__ == "__main__":
app.run()
Execute the wrapper script:
python3 wrapper.py
gunicorn
gunicorn --bind 0.0.0.0:80 weblight:app