This commit is contained in:
CanbiZ
2025-07-23 10:19:19 +02:00
parent 3cdab16975
commit a5d5a29b0f
2 changed files with 9 additions and 13 deletions

View File

@@ -5,20 +5,16 @@ source <(curl -s https://git.community-scripts.org/community-scripts/ProxmoxVED/
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://frigate.video/
# App Default Values
APP="Frigate"
var_tags="${var_tags:-nvr}"
var_cpu="${var_cpu:-4}"
var_ram="${var_ram:-4096}"
var_disk="${var_disk:-20}"
var_os="${var_os:-debian}"
var_version="${var_version:-11}"
var_version="${var_version:-12}"
var_unprivileged="${var_unprivileged:-0}"
# App Output
header_info "$APP"
# Core
variables
color
catch_errors