This commit is contained in:
David Schroeder
2026-07-28 21:12:05 -05:00
parent 741e2ad9e8
commit 72f6be5b43
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ iso-nfs Create an LXC NFS server and cluster-wide shared ISO storage
Large installer artifacts used by this project are stored in the private
`TAI/files` package registry. SentinelOne, RMM, Acronis, and ScreenConnect
installation require a temporary deployment code from TAPM Deployment Access.
The private Gitea credentials are never stored on or returned to a Proxmox
The private Git credentials are never stored on or returned to a Proxmox
host. SentinelOne package versions can be updated through the deployment
portal without changing ProxMenu.
+1 -1
View File
@@ -3,7 +3,7 @@
action="${1:-}"
FOLDER='/opt/idssys/ta-proxmenu'
VERS='2026.7.28-5'
VERS='2026.7.28-6'
noupdate=' '
+1 -1
View File
@@ -82,7 +82,7 @@ TAPM_ENSURE_RUNTIME_CONFIG() {
printf 'Enter an HTTPS origin without a path.\n' >&3
done
while true; do
printf 'Gitea hostname (example: git.example.com): ' >&3
printf 'Git hostname (example: git.example.com): ' >&3
IFS= read -r gitea_domain <"$input_device" || return 1
TAPM_VALID_GITEA_DOMAIN "$gitea_domain" && break
printf 'Enter a hostname without https:// or a path.\n' >&3