update
This commit is contained in:
@@ -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
@@ -3,7 +3,7 @@
|
||||
|
||||
action="${1:-}"
|
||||
FOLDER='/opt/idssys/ta-proxmenu'
|
||||
VERS='2026.7.28-5'
|
||||
VERS='2026.7.28-6'
|
||||
|
||||
noupdate=' '
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user