diff --git a/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh b/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh index a5339379..2b5d7074 100644 --- a/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh +++ b/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh @@ -7,13 +7,21 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="[APP_NAME]" -var_tags="[TAGS]" +# Name of the App (e.g. Google, Adventurelog, Apache-Guacamole" +TAGS="[TAGS]" +# Tags for Proxmox VE, maximum 2 pcs., no spaces allowed, separated by a semicolon ; (e.g. database | adblock;dhcp) var_cpu="[CPU]" +# Number of Cores (1-X) (e.g. 4) - default are 2 var_ram="[RAM]" +# Amount of used RAM in MB (e.g. 2048 or 4096) var_disk="[DISK]" +# Amount of used Disk Space in GB (e.g. 4 or 10) var_os="[OS]" +# Default OS (e.g. debian, ubuntu, alpine) var_version="[VERSION]" +# Default OS version (e.g. 12 for debian, 24.04 for ubuntu, 3.20 for alpine) var_unprivileged="[UNPRIVILEGED]" +# 1 = unprivileged Container, 0 = privileged Container # App Output & Base Settings header_info "$APP"