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
| #!/usr/bin/env bash | |
| source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) | |
| # Copyright (c) 2021-2025 tteck | |
| # Author: tteck (tteckster) | |
| # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE | |
| # Source: https://www.tp-link.com/us/support/download/omada-software-controller/ | |
| APP="Omada" | |
| var_tags="${var_tags:-tp-link;controller}" | |
| var_cpu="${var_cpu:-2}" |
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: Frigate Notification (0.10.0) w/ Channel Customization | |
| description: > | |
| ## This is a fork of Frigate Mobile App Notification found here | |
| https://gist.github.com/hunterjm/8ff0005104dce3f28923294f49a443b1 | |
| All credits to the initial author | |
| ## Changes made | |
| Added variables for customizing button titles |