improve: telemetry dialog with more detail, link to PRIVACY.md

- Add what we collect / don't collect sections back to dialog
- Link to telemetry-service/docs/PRIVACY.md instead of README anchor
- Update config file comment with same link
This commit is contained in:
CanbiZ (MickLesk)
2026-02-17 17:10:57 +01:00
parent f39024c930
commit e7aa04b838

View File

@@ -2809,7 +2809,7 @@ diagnostics_check() {
result=$(whiptail --backtitle "Proxmox VE Helper Scripts" \ result=$(whiptail --backtitle "Proxmox VE Helper Scripts" \
--title "TELEMETRY & DIAGNOSTICS" \ --title "TELEMETRY & DIAGNOSTICS" \
--ok-button "Confirm" --cancel-button "Exit" \ --ok-button "Confirm" --cancel-button "Exit" \
--radiolist "\nHelp improve Community-Scripts by sharing anonymous data.\nNo IP addresses, hostnames, or personal data is ever collected.\n\nhttps://github.com/community-scripts/telemetry-service#privacy--compliance\n\nUse SPACE to select, ENTER to confirm." 16 72 2 \ --radiolist "\nHelp improve Community-Scripts by sharing anonymous data.\n\nWhat we collect:\n - Container resources (CPU, RAM, disk), OS & PVE version\n - Application name, install method and status\n\nWhat we DON'T collect:\n - No IP addresses, hostnames, or personal data\n\nYou can change this anytime in the Settings menu.\nPrivacy: https://github.com/community-scripts/telemetry-service/blob/main/docs/PRIVACY.md\n\nUse SPACE to select, ENTER to confirm." 22 76 2 \
"yes" "Yes, share anonymous data" OFF \ "yes" "Yes, share anonymous data" OFF \
"no" "No, opt out" OFF \ "no" "No, opt out" OFF \
3>&1 1>&2 2>&3) || result="no" 3>&1 1>&2 2>&3) || result="no"
@@ -2833,7 +2833,7 @@ DIAGNOSTICS=${DIAGNOSTICS}
# nsapp, method, pve_version, status, exit_code # nsapp, method, pve_version, status, exit_code
# #
# No personal data (IPs, hostnames, passwords) is ever collected. # No personal data (IPs, hostnames, passwords) is ever collected.
# Privacy: https://github.com/community-scripts/telemetry-service#privacy--compliance # Privacy: https://github.com/community-scripts/telemetry-service/blob/main/docs/PRIVACY.md
EOF EOF
} }