From 143b31b87fbd391d4d44c8f35bbb3a6d8c5d2524 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 6 Dec 2024 12:27:47 +0100 Subject: [PATCH] Change to new System --- ct/zammad.sh | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ct/zammad.sh b/ct/zammad.sh index 093bf60c..b4b56564 100644 --- a/ct/zammad.sh +++ b/ct/zammad.sh @@ -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}"