This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: ZHA - Sonoff SNZB-01P | |
description: 'Perform actions with the Sonoff SNZB-01P Button. | |
You can set functions for single press, double press and hold. This allows you to assign, | |
e.g., a scene or anything else.' | |
domain: automation | |
input: | |
remote: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nginx virtual host in /etc/nginx/sites-available/phpci also enabled in sites-enabled | |
all folders 755 permission | |
all files 644 | |
server { | |
root /usr/share/nginx/www/phpci/public; | |
server_name 192.168.2.3/phpci; | |
index index.php; | |
location / { |