[PR #4848] [MERGED] make Pulse installation non-interactive #5146

Closed
opened 2026-02-26 14:33:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4848
Author: @rcourtman
Created: 5/30/2025
Status: Merged
Merged: 6/2/2025
Merged by: @michelroegl-brunner

Base: mainHead: fix/pulse-non-interactive-setup


📝 Commits (4)

  • f8f7466 fix: streamline Pulse installation for web-based configuration
  • 1dce264 Update pulse.sh to align with non-interactive installation
  • 0c632df little fixes
  • 9a835e3 Update pulse.sh

📊 Changes

3 files changed (+31 additions, -45 deletions)

View changed files

📝 ct/pulse.sh (+15 -18)
📝 frontend/public/json/pulse.json (+5 -1)
📝 install/pulse-install.sh (+11 -26)

📄 Description

Description

Streamline Pulse installation to leverage its new web-based configuration system, removing all interactive prompts and manual configuration steps.

Related PR/Issue: #4827 (previous discussion about making Pulse non-interactive)

Prerequisites

  • Self-review – The code follows the project standards
  • Tested – Changes work as expected (removes prompts, uses web config)
  • No security risks – No hardcoded secrets or permission issues

Type of Change

  • 🐞 Bug fix – Resolves the issue of interactive prompts during LXC creation
  • New feature – Leverages Pulse's web-based configuration system
  • 🌍 Website update – Updates JSON note to reflect new configuration method
  • 🔧 Refactoring / Code Cleanup – Simplifies installation process

Changes Made

  1. Removed all interactive prompts - Installation runs completely unattended
  2. Removed .env setup - No longer needed as Pulse handles configuration through web UI
  3. Removed configuration messages - Users configure through the web interface
  4. Changed install directory - From /opt/pulse-proxmox to /opt/pulse for cleaner paths
  5. Updated JSON note - Now mentions web-based setup wizard instead of manual .env editing

Context

Pulse v3.13.0+ features a complete web-based configuration system with automatic setup detection. When users navigate to the URL after installation, Pulse automatically shows a setup wizard for entering Proxmox credentials. No SSH or manual file editing required.

This provides the ideal community script experience - completely hands-off installation with all configuration handled through the modern web interface.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/4848 **Author:** [@rcourtman](https://github.com/rcourtman) **Created:** 5/30/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `fix/pulse-non-interactive-setup` --- ### 📝 Commits (4) - [`f8f7466`](https://github.com/community-scripts/ProxmoxVE/commit/f8f74662f41fbf137ebd6a4ebb37c0eaf827d599) fix: streamline Pulse installation for web-based configuration - [`1dce264`](https://github.com/community-scripts/ProxmoxVE/commit/1dce264b5cb82ee7e0b5bcd086fda2ee38955ea1) Update pulse.sh to align with non-interactive installation - [`0c632df`](https://github.com/community-scripts/ProxmoxVE/commit/0c632df3a570f60fb7a67e4f78ff3a30046ebefc) little fixes - [`9a835e3`](https://github.com/community-scripts/ProxmoxVE/commit/9a835e3303cf31d8068113d48fc6a9eca9718611) Update pulse.sh ### 📊 Changes **3 files changed** (+31 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `ct/pulse.sh` (+15 -18) 📝 `frontend/public/json/pulse.json` (+5 -1) 📝 `install/pulse-install.sh` (+11 -26) </details> ### 📄 Description ## Description Streamline Pulse installation to leverage its new web-based configuration system, removing all interactive prompts and manual configuration steps. **Related PR/Issue**: #4827 (previous discussion about making Pulse non-interactive) ## Prerequisites - [x] **Self-review** – The code follows the project standards - [x] **Tested** – Changes work as expected (removes prompts, uses web config) - [x] **No security risks** – No hardcoded secrets or permission issues ## Type of Change - [x] 🐞 **Bug fix** – Resolves the issue of interactive prompts during LXC creation - [x] ✨ **New feature** – Leverages Pulse's web-based configuration system - [x] 🌍 **Website update** – Updates JSON note to reflect new configuration method - [x] 🔧 **Refactoring / Code Cleanup** – Simplifies installation process ## Changes Made 1. **Removed all interactive prompts** - Installation runs completely unattended 2. **Removed .env setup** - No longer needed as Pulse handles configuration through web UI 3. **Removed configuration messages** - Users configure through the web interface 4. **Changed install directory** - From `/opt/pulse-proxmox` to `/opt/pulse` for cleaner paths 5. **Updated JSON note** - Now mentions web-based setup wizard instead of manual .env editing ## Context Pulse v3.13.0+ features a complete web-based configuration system with automatic setup detection. When users navigate to the URL after installation, Pulse automatically shows a setup wizard for entering Proxmox credentials. No SSH or manual file editing required. This provides the ideal community script experience - completely hands-off installation with all configuration handled through the modern web interface. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 14:33:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#5146
No description provided.