-
Get into the unifios shell on your udm
unifi-os shell
-
Download udm-boot_1.0.5_all.deb and install it and go back to the UDM. The latest package will always be found at https://udm-boot.boostchicken.dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Home Assistant World Cup 2026 Kiosk | |
| // @namespace https://github.com/bruvv | |
| // @version 1.5.1 | |
| // @description Wisselt automatisch tussen World Cup 2026-tabs, verbergt ongewenste onderdelen en herstelt bij navigatieproblemen. | |
| // @author bruvv | |
| // @match *://homeassistant.local:8123/world-cup-2026* | |
| // @match *://homeassistan.local:8123/world-cup-2026* | |
| // @updateURL https://gist.githubusercontent.com/bruvv/94c2df5c745a8be6c685854f8b56de22/raw/world-cup-2026-kiosk.user.js | |
| // @downloadURL https://gist.githubusercontent.com/bruvv/94c2df5c745a8be6c685854f8b56de22/raw/world-cup-2026-kiosk.user.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name ChatGPT Soft-Delete Chats Older Than x Months | |
| // @namespace https://chatgpt.com/ | |
| // @version 1.3.0 | |
| // @description Preview and soft-delete ChatGPT conversations older than a configurable number of months. | |
| // @match https://chatgpt.com/* | |
| // @match https://chat.openai.com/* | |
| // @homepageURL https://gist.github.com/bruvv/c25a168271f7bda197b9a0422fdb80aa | |
| // @supportURL https://gist.github.com/bruvv/c25a168271f7bda197b9a0422fdb80aa | |
| // @updateURL https://gist.githubusercontent.com/bruvv/c25a168271f7bda197b9a0422fdb80aa/raw/chatgpt-delete-old-chats.user.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| substitutions: | |
| devicename: lounge-airq | |
| friendlyname: Lounge AirQ | |
| location: Lounge | |
| sensor_interval: 10s | |
| esphome: | |
| name: ${devicename} | |
| friendly_name: ${friendlyname} | |
| area: ${location} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # adb-state-detection-rules-home-assistant | |
| see: https://www.home-assistant.io/integrations/androidtv#custom-state-detection | |
| Because netflix has "previews" make sure to have a 15 second time-out to double check that the movie is playing or the preview is playing. | |
| ```json | |
| "state_detection_rules": { | |
| "com.android.vending": [ | |
| "idle" | |
| ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # yaml-language-server: $schema=https://raw.githubusercontent.com/recyclarr/recyclarr/master/schemas/config-schema.json | |
| # A starter config to use with Recyclarr. Most values are set to "reasonable defaults". Update the | |
| # values below as needed for your instance. You will be required to update the API Key and URL for | |
| # each instance you want to use. | |
| # | |
| # Many optional settings have been omitted to keep this template simple. Note that there's no "one | |
| # size fits all" configuration. Please refer to the guide to understand how to build the appropriate | |
| # configuration based on your hardware setup and capabilities. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Low moisture level detection & notification for all plant sensors | |
| description: Regularly test all plant sensors with 'moisture' crossing | |
| under their threshold. | |
| domain: automation | |
| input: | |
| threshold: | |
| name: Water warning level threshold | |
| description: Water sensors below threshold are assumed to be low-Water (as | |
| well as binary battery sensors with value 'on'). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| # NEWLY ADDED BACKUP FUNCTIONALITY IS NOT FULLY TESTED YET, USE WITH CARE, ESPECIALLY DELETION | |
| # Developed for DSM 6/7. Not tested on other versions. | |
| # Steps to install | |
| # Save this script in one of your shares | |
| # Backup /usr/syno/share/nginx/ as follows: | |
| # # cd /usr/syno/share/ | |
| # # tar cvf ~/nginx.tar nginx | |
| # Run this script as root |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker ps -q | xargs -n 1 docker inspect --format '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}} {{ .Name }}' | sed 's/ \// /' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Sync TRV temperature | |
| description: Sync external temperature sensor with TRV temperature | |
| domain: automation | |
| input: | |
| ieeeaddressoftrv: | |
| name: IEEE Address | |
| description: This is the address of the TRV found in your zigbee database example 0x459877fffe1f2e83 | |
| external_temp: | |
| name: Select the external temp sensor |
NewerOlder