add comments to AppName.sh

This commit is contained in:
CanbiZ 2024-12-19 10:59:25 +01:00 committed by GitHub
parent 2f095fca5e
commit 392318481b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,21 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
# App Default Values # App Default Values
APP="[APP_NAME]" 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]" var_cpu="[CPU]"
# Number of Cores (1-X) (e.g. 4) - default are 2
var_ram="[RAM]" var_ram="[RAM]"
# Amount of used RAM in MB (e.g. 2048 or 4096)
var_disk="[DISK]" var_disk="[DISK]"
# Amount of used Disk Space in GB (e.g. 4 or 10)
var_os="[OS]" var_os="[OS]"
# Default OS (e.g. debian, ubuntu, alpine)
var_version="[VERSION]" var_version="[VERSION]"
# Default OS version (e.g. 12 for debian, 24.04 for ubuntu, 3.20 for alpine)
var_unprivileged="[UNPRIVILEGED]" var_unprivileged="[UNPRIVILEGED]"
# 1 = unprivileged Container, 0 = privileged Container
# App Output & Base Settings # App Output & Base Settings
header_info "$APP" header_info "$APP"