[PR #3051] NPMplus #4058

Closed
opened 2025-11-20 06:08:05 -05:00 by saavagebueno · 0 comments
Owner

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

State: closed
Merged: Yes


✍️ Description

add new Script for NPMplus with alpine

Note:

  • It uses alpine / docker, because the project needs 2 different repos and could otherwise break with every update.
  • The script was roughly tested by me, but since I do not use NPM, I cannot say exactly whether it is properly functional.
  • The access (password) is saved in “/opt/.npm_pwd” after the script run. In other words, cat /opt/.npm_pwd should output the password.

Link: #714 https://github.com/community-scripts/ProxmoxVED/issues/30

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.
**Original Pull Request:** https://github.com/community-scripts/ProxmoxVE/pull/3051 **State:** closed **Merged:** Yes --- ## ✍️ Description add new Script for NPMplus with alpine ### Note: - It uses alpine / docker, because the project needs 2 different repos and could otherwise break with every update. - The script was roughly tested by me, but since I do not use NPM, I cannot say exactly whether it is properly functional. - The access (password) is saved in “/opt/.npm_pwd” after the script run. In other words, cat /opt/.npm_pwd should output the password. ## 🔗 Related PR / Discussion / Issue Link: #714 https://github.com/community-scripts/ProxmoxVED/issues/30 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [x] 🆕 **New script** – A fully functional and tested script or script set. - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates.
saavagebueno added the pull-request label 2025-11-20 06:08:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4058