Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Sep 26, 2023
1 parent fa158b6 commit 345db17
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
![GitHub release (latest by date)](https://img.shields.io/github/v/release/dewgew/DZGA-Flask?logo=github) [![Discord](https://img.shields.io/discord/664815298284748830?logo=discord)](https://discordapp.com/invite/AmJV6AC) [![Python Package](https://github.com/DewGew/DZGA-Flask/actions/workflows/python-app.yml/badge.svg?branch=main)](https://github.com/DewGew/DZGA-Flask/actions/workflows/python-app.yml)
# DZGA-Flask
Domoticz Google Assisting using Flask
Standalone implementation for [Domoticz Home Automation](https://www.domoticz.com/). It means that you can put this server wherever you want, even on another machine. You need to setup a project in Actions on Google Console. You find instructions below.

Required:
- latest Domoticz stable 2023.2 or above.
- public url
- python >= 3.5
- Make local deployment available trough HTTPS with valid certificate with one of below:
- SSL with own domain or dynamic DNS, require ssl key and ssl certficate
- Use ngrok for a secure SSL tunnel with valid public HTTPS URL
- Configure reverse proxy with valid certificate using Let's Encrypt

0 comments on commit 345db17

Please sign in to comment.