create systemctl service file
vim /etc/systemd/system/docker-odoo.service
file content is
#!/usr/bin/env python3 | |
# Script to extract sensor values from home assistant and republish to WAQI | |
# Andrew Elwell. Feb 2025. Apache 2.0 licence. | |
# IMPORTANT - You *WILL* need to update waqi_token, ha_token and ha_url to suit your installation. | |
# see https://aqicn.org/data-feed/upload-api/ for WAQI | |
# and https://developers.home-assistant.io/docs/auth_api/#long-lived-access-token for HA | |
import requests |
### START - Update this section with relevant details ### | |
substitutions: | |
device_name: "device-name-here" | |
friendly_name: Device Name Here | |
board_type: esp32dev | |
framework: esp-idf # arduino or esp-idf (recommended for ESP32) | |
# ESPHome API used by Home Assistant, etc |
esphome: | |
name: bme680 | |
friendly_name: Air Quality Sensor | |
esp8266: | |
board: d1_mini | |
# Enable logging | |
logger: |
blueprint: | |
name: Bathroom Humidity Exhaust Fan | |
description: > | |
# 🚿 Bathroom Humidity Exhaust Fan | |
**Version: 2.6** | |
Step into the future of freshness - customize it your way and experience the convenience of automated humidity control! 🌿🚿 | |
1 AC_BR_BONANZA Too many newlines in a row... spammy template | |
2 ACCESSDB Message would have been caught by accessdb | |
3 ACCT_PHISHING_MANY Phishing for account information | |
4 AC_DIV_BONANZA Too many divs in a row... spammy template | |
5 AC_FROM_MANY_DOTS Multiple periods in From user name | |
6 AC_HTML_NONSENSE_TAGS Many consecutive multi-letter HTML tags, likely nonsense/spam | |
7 AC_POST_EXTRAS Suspicious URL | |
8 AC_SPAMMY_URI_PATTERNS10 link combos match highly spammy template | |
9 AC_SPAMMY_URI_PATTERNS11 link combos match highly spammy template | |
10 AC_SPAMMY_URI_PATTERNS12 link combos match highly spammy template |
create systemctl service file
vim /etc/systemd/system/docker-odoo.service
file content is
These are my personal regex blocks that I use in my pi-hole instance. I'm publicizing them in the event they may be useful for other people.
(\.|^)cn$
(\.|^)ru$
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Wpad" | |
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Wpad" /v "WpadOverride" /t REG_DWORD /d "1" /f | |
REG ADD "HKLM\Software\policies\Microsoft\Windows NT\DNSClient" | |
REG ADD "HKLM\Software\policies\Microsoft\Windows NT\DNSClient" /v "EnableMulticast" /t REG_DWORD /d "0" /f |
# Put this file under /etc/spamassassin/ and run an sa-update or reload amavis etc. | |
# | |
#-------------------------------------------------- | |
# The only RBL I trust, UCEPROTECT1 (single IP, not IP-ranges or entire ISPs) http://uceprotect.net | |
#-------------------------------------------------- | |
header RCVD_IN_UCEPROTECT1 eval:check_rbl_txt('uceprotect1', 'dnsbl-1.uceprotect.net') | |
describe RCVD_IN_UCEPROTECT1 Listed in dnsbl-1.uceprotect.net | |
tflags RCVD_IN_UCEPROTECT1 net | |
score RCVD_IN_UCEPROTECT1 1.8 |