Remove frigate unsupported notice

This commit is contained in:
Sam Heinz
2024-06-08 16:44:37 +10:00
parent 3f0a85d6c4
commit 77356500c8
+67 -68
View File
@@ -1,74 +1,73 @@
echo "Unsupported. View notes on GitHub." #!/usr/bin/env bash
# #!/usr/bin/env bash source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func)
# source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck
# # Copyright (c) 2021-2024 tteck # Authors: tteck (tteckster)
# # Authors: tteck (tteckster) # License: MIT
# # License: MIT # https://github.com/tteck/Proxmox/raw/main/LICENSE
# # https://github.com/tteck/Proxmox/raw/main/LICENSE
# function header_info { function header_info {
# clear clear
# cat <<"EOF" cat <<"EOF"
# ______ _ __ ______ _ __
# / ____/____(_)___ _____ _/ /____ / ____/____(_)___ _____ _/ /____
# / /_ / ___/ / __ `/ __ `/ __/ _ \ / /_ / ___/ / __ `/ __ `/ __/ _ \
# / __/ / / / / /_/ / /_/ / /_/ __/ / __/ / / / / /_/ / /_/ / /_/ __/
# /_/ /_/ /_/\__, /\__,_/\__/\___/ /_/ /_/ /_/\__, /\__,_/\__/\___/
# /____/ /____/
# EOF EOF
# } }
# header_info header_info
# echo -e "Loading..." echo -e "Loading..."
# APP="Frigate" APP="Frigate"
# var_disk="20" var_disk="20"
# var_cpu="4" var_cpu="4"
# var_ram="4096" var_ram="4096"
# var_os="debian" var_os="debian"
# var_version="11" var_version="11"
# variables variables
# color color
# catch_errors catch_errors
# function default_settings() { function default_settings() {
# CT_TYPE="0" CT_TYPE="0"
# PW="" PW=""
# CT_ID=$NEXTID CT_ID=$NEXTID
# HN=$NSAPP HN=$NSAPP
# DISK_SIZE="$var_disk" DISK_SIZE="$var_disk"
# CORE_COUNT="$var_cpu" CORE_COUNT="$var_cpu"
# RAM_SIZE="$var_ram" RAM_SIZE="$var_ram"
# BRG="vmbr0" BRG="vmbr0"
# NET="dhcp" NET="dhcp"
# GATE="" GATE=""
# APT_CACHER="" APT_CACHER=""
# APT_CACHER_IP="" APT_CACHER_IP=""
# DISABLEIP6="no" DISABLEIP6="no"
# MTU="" MTU=""
# SD="" SD=""
# NS="" NS=""
# MAC="" MAC=""
# VLAN="" VLAN=""
# SSH="no" SSH="no"
# VERB="no" VERB="no"
# echo_default echo_default
# } }
# function update_script() { function update_script() {
# if [[ ! -f /etc/systemd/system/frigate.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi if [[ ! -f /etc/systemd/system/frigate.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
# msg_error "There is currently no update path available." msg_error "There is currently no update path available."
# exit exit
# } }
# start start
# build_container build_container
# description description
# msg_info "Setting Container to Normal Resources" msg_info "Setting Container to Normal Resources"
# pct set $CTID -memory 1024 pct set $CTID -memory 1024
# msg_ok "Set Container to Normal Resources" msg_ok "Set Container to Normal Resources"
# msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"
# echo -e "${APP} should be reachable by going to the following URL. echo -e "${APP} should be reachable by going to the following URL.
# ${BL}http://${IP}:5000${CL} \n" ${BL}http://${IP}:5000${CL} \n"
# echo -e "go2rtc should be reachable by going to the following URL. echo -e "go2rtc should be reachable by going to the following URL.
# ${BL}http://${IP}:1984${CL} \n" ${BL}http://${IP}:1984${CL} \n"