mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 10:55:10 +00:00
add comments to AppName.sh
This commit is contained in:
parent
2f095fca5e
commit
392318481b
10
.github/CONTRIBUTOR_GUIDE/ct/AppName.sh
vendored
10
.github/CONTRIBUTOR_GUIDE/ct/AppName.sh
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user