Add quick fix script for talkkonnect issues

Created fix_talkkonnect_now.sh to resolve immediate issues:
- Sets <insecure>true</insecure> for self-signed certificates
- Warns about SuperUser account (admin-only, not for clients)
- Fixes file ownership and permissions
- Creates/updates systemd service
- Enables and starts talkkonnect service automatically

This fixes:
- Certificate errors ("wrong certificate")
- SuperUser connection issues (can't connect as SuperUser)
- Service not starting automatically

The script detects existing installations and fixes them in-place.

Minor update to setup_intercom.sh to indicate improved method.
This commit is contained in:
Claude
2025-11-23 13:01:19 +00:00
parent 10a73fc6d4
commit be26312ca9
2 changed files with 185 additions and 0 deletions
+2
View File
@@ -206,6 +206,8 @@ install_talkkonnect_with_config() {
echo " INSTALLING TALKKONNECT CLIENT"
echo "═══════════════════════════════════════════════════════════════"
echo
echo "Using improved talkkonnect installation method..."
echo
echo "[1/4] Installing Go..."
if ! command -v go &>/dev/null; then