Skip to content

Instantly share code, notes, and snippets.

View dimitrystd's full-sized avatar

Dmitry Studynsky dimitrystd

View GitHub Profile
@dimitrystd
dimitrystd / frigate_telegram_notification.yaml
Last active January 5, 2025 15:20 — forked from NdR91/frigate_telegram_notification.yaml
Frigate - Telegram Notification
blueprint:
name: Frigate - Telegram Notification
description: Create automations to receive Snapshots and Clips from Frigate
domain: automation
input:
camera:
name: Frigate Camera
description:
The name of the camera as defined in your frigate configuration (/conf.yml).
target_chat:
@dimitrystd
dimitrystd / jenkins-git-backup.sh
Last active October 29, 2017 15:26 — forked from abayer/jenkins-git-backup.sh
Example of a script for backing up Jenkins config in git.
#!/bin/bash
# Modified version of https://gist.github.com/choldrim/b0862264bda0f6a2e4ae and
# https://gist.github.com/abayer/527063a4519f205efc74
# Copies certain kinds of known files and directories from a given Jenkins master directory
# into a git repo, removing any old ones, adds 'em, commits 'em, pushes 'em.
set -ex
if [ $# -ne 3 ]; then