Change to new System

This commit is contained in:
Michel Roegl-Brunner 2024-12-06 12:27:47 +01:00
parent c2f5f33807
commit 143b31b87f

View File

@ -2,27 +2,24 @@
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 community-scripts ORG
# Author: Michel Roegl-Brunner (michelroegl-brunner)
# License: MIT
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://zammad.com
function header_info {
clear
cat <<"EOF"
_____ __
/__ / ____ _____ ___ ____ ___ ____ _____/ /
/ / / __ `/ __ `__ \/ __ `__ \/ __ `/ __ /
/ /__/ /_/ / / / / / / / / / / / /_/ / /_/ /
/____/\__,_/_/ /_/ /_/_/ /_/ /_/\__,_/\__,_/
EOF
}
header_info
echo -e "Loading..."
#App Default Values
APP="Zammad"
TAGS="webserver;ticket-system"
var_disk="8"
var_cpu="2"
var_ram="4096"
var_os="debian"
var_version="12"
var_unprivileged="1"
# App Output & Base Settings
header_info "$APP"
base_settings
# Core
variables
color
catch_errors
@ -75,3 +72,6 @@ build_container
description
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}"