[PR #3051] [MERGED] NPMplus #4113

Closed
opened 2026-02-26 13:35:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3051
Author: @MickLesk
Created: 3/13/2025
Status: Merged
Merged: 3/13/2025
Merged by: @tremor021

Base: mainHead: npmplus


📝 Commits (1)

  • 2d89747 NPMplus (NginxProxyManager-plus)

📊 Changes

3 files changed (+202 additions, -0 deletions)

View changed files

ct/npmplus.sh (+41 -0)
install/npmplus-install.sh (+107 -0)
json/npmplus.json (+54 -0)

📄 Description

✍️ 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.

🔄 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/3051 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 3/13/2025 **Status:** ✅ Merged **Merged:** 3/13/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `npmplus` --- ### 📝 Commits (1) - [`2d89747`](https://github.com/community-scripts/ProxmoxVE/commit/2d89747b2cb849f43b645854493a8fde5f836b33) NPMplus (NginxProxyManager-plus) ### 📊 Changes **3 files changed** (+202 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/npmplus.sh` (+41 -0) ➕ `install/npmplus-install.sh` (+107 -0) ➕ `json/npmplus.json` (+54 -0) </details> ### 📄 Description ## ✍️ 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:35:42 +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#4113
No description provided.