Skip to content

Instantly share code, notes, and snippets.

@TechnologistAU
TechnologistAU / nginx.conf
Last active January 20, 2019 02:21
123Solar & meterN configuration file for Nginx on Raspbian (Raspberry Pi)
##
# 123Solar & meterN configuration file for nginx on Raspbian (Raspberry Pi)
##
server {
listen 80;
listen [::]:80;
server_name _;
@TechnologistAU
TechnologistAU / msmtprc
Last active January 20, 2019 03:24
msmtp configuration template file
defaults
tls on
tls_starttls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
account default
host smtp.email.com
port 587
auth on
user user@email.com
@TechnologistAU
TechnologistAU / nginx.conf
Created January 21, 2019 04:31
123Solar configuration file for nginx on Raspbian (Raspberry Pi)
##
# 123Solar configuration file for nginx on Raspbian (Raspberry Pi)
##
server {
listen 80;
listen [::]:80;
server_name _;
@TechnologistAU
TechnologistAU / yasdi.ini
Created January 21, 2019 05:21
Example for /etc/yasdi.ini
[DriverModules]
Driver0=yasdi_drv_serial
[COM1]
Device=/dev/ttyUSB0
Media=RS485
Baudrate=1200
Protocol=SMANet
[Misc]
DebugOutput=/dev/stderr