Skip to content

Instantly share code, notes, and snippets.

@maxfarrior
maxfarrior / heimdall-centos-installation.txt
Created June 16, 2020 10:50
Heimdall Installation on CentOS 7
yum install -y git httpd
git clone https://github.com/linuxserver/Heimdall /var/www/heimdall
yum -y install centos-release-scl.noarch
yum install -y rh-php73 rh-php73-php rh-php73-php-fpm
yum install -y rh-php73-php-pdo rh-php73-php-mbstring
@maxfarrior
maxfarrior / nodemcu_garage_door_opener.yml
Created June 14, 2020 23:13
ESPHome Configuration for a NodeMCU Garage Door Opener
esphome:
name: nodemcu_garage_door_opener
platform: ESP8266
board: nodemcuv2
wifi:
ssid: 'ffff'
password: 'ffff!'
domain: '.ffff'