Skip to content

Instantly share code, notes, and snippets.

View Uriziel01's full-sized avatar
😎
Focusing

Paweł Borecki Uriziel01

😎
Focusing
View GitHub Profile
@tetele
tetele / README.md
Last active April 22, 2026 21:15
ESPHome config - Onju Voice/Home as a voice assistant satellite in Home Assistant
@doino-gretchenliev
doino-gretchenliev / configuration.yaml
Last active November 12, 2025 02:23
Home Assistant RADIUS authentication #home-assistant #homeassistant #radius #authentication #python
homeassistant:
auth_providers:
- type: command_line
command: "/config/auth/radius-auth.sh"
meta: true
@plentz
plentz / nginx.conf
Last active August 31, 2026 22:25
Best nginx configuration for improved security(and performance)
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048