[PR #4951] Pulse: add correct Port for URL output #5387

Open
opened 2025-11-20 07:05:43 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/community-scripts/ProxmoxVE/pull/4951

State: closed
Merged: Yes


Summary

  • Add missing final access URL output to Pulse installation script
  • Display IP and port (http://IP:7655) after successful setup completion
  • Align Pulse script with community script standards

Changes Made

  • Added msg_info "Installation Complete" message
  • Extract and display host IP address using hostname -I | awk '{print $1}'
  • Show clickable access URL with emoji: 🌐 Access Pulse: http://${IP}:7655
  • Added msg_ok "Pulse is ready" completion message

Motivation

The Pulse installation script was missing the standard final output that shows users how to access their newly installed service. This brings Pulse in line with community standards and improves user experience.

Test plan

  • Verify script syntax is correct
  • Confirm output format matches community standards
  • Ensure IP detection works properly
  • Verified port 7655 is correct per pulse.json metadata

🤖 Generated with Claude Code

**Original Pull Request:** https://github.com/community-scripts/ProxmoxVE/pull/4951 **State:** closed **Merged:** Yes --- ## Summary - Add missing final access URL output to Pulse installation script - Display IP and port (http://IP:7655) after successful setup completion - Align Pulse script with community script standards ## Changes Made - Added `msg_info "Installation Complete"` message - Extract and display host IP address using `hostname -I | awk '{print $1}'` - Show clickable access URL with emoji: `🌐 Access Pulse: http://${IP}:7655` - Added `msg_ok "Pulse is ready"` completion message ## Motivation The Pulse installation script was missing the standard final output that shows users how to access their newly installed service. This brings Pulse in line with community standards and improves user experience. ## Test plan - [x] Verify script syntax is correct - [x] Confirm output format matches community standards - [x] Ensure IP detection works properly - [x] Verified port 7655 is correct per pulse.json metadata 🤖 Generated with [Claude Code](https://claude.ai/code)
saavagebueno added the pull-request label 2025-11-20 07:05:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5387