Skip to content

Instantly share code, notes, and snippets.

View jlouros's full-sized avatar

João Louros jlouros

View GitHub Profile
#!/usr/bin/env bash
git branch | grep -v $(git rev-parse --abbrev-ref HEAD) | xargs git branch -D
# Install the certificate
certutil -f -p $certPass -ImportPfx $cert
# Retrieve the certificate details
Set-Location -Path cert:\LocalMachine\My
$myCert = Get-ChildItem | Where-Object { $_.Subject -match "\*.hobbitcloud.com" }
# Configure friendly name for Horizon
$tp = $myCert.Thumbprint
(Get-ChildItem -Path Cert:\LocalMachine\My\$tp).FriendlyName = "vdm"
@hunterjm
hunterjm / frigate_notification.yaml
Last active June 4, 2025 20:57
Frigate Notification Blueprint
blueprint:
name: Frigate Notification
description: |
## Frigate Mobile App Notification
This blueprint will send a notification to your device when a Frigate event for the selected camera is fired. The notification will initially include the thumbnail of the detection, but will update to include actionable notifications allowing you to view the saved clip/snapshot when available, or silence the notification for a configurable amount of time.
With this blueprint, you may send the notification to multiple devices by leaving "Device" blank and instead use a [notification group][1].
### Required entities: