Skip to content

Instantly share code, notes, and snippets.

View hasanbasri1993's full-sized avatar

Hasan Basri hasanbasri1993

View GitHub Profile
docker network create influxdb
docker run --rm telegraf telegraf config > telegraf.conf
docker run -d --restart always --name influxdb --net=influxdb -p 8086:8086 influxdb
docker run -d --restart always --name=telegraf --net=influxdb -v /Users/hasanbasri1/telegraf.conf:/etc/telegraf/telegraf.conf:ro telegraf
ca /home/pi/openvpn/ca.cert
cert /home/pi/openvpn/client.cert
key /home/pi/openvpn/client.key
client
cipher BF-CBC
dev tun
persist-key
persist-tun
proto tcp
nobind
@hasanbasri1993
hasanbasri1993 / tally_light.ino
Created December 6, 2021 04:16
tally light for atem switcher using esp8266
/*****************
Tally light ESP8266 for Blackmagic ATEM switcher
https://forum.livevideotech.today/t/wifi-tally-for-atem-mini-on-the-cheap/760/9
Version 1.5
A wireless (WiFi) tally light for Blackmagic Design
ATEM video switchers, based on the Wemos D1 Mini ESP8266 development
board with WS2812B RGB Shield and the Arduino IDE.