[GH-ISSUE #4304] nginxproxymanager update to v2.12.3 fails #920

Closed
opened 2026-02-26 12:47:07 +03:00 by kerem · 1 comment
Owner

Originally created by @flotux2 on GitHub (May 7, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/4304

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

nginxproxymanager

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nginxproxymanager.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

When running the update script in the LXC container I get the following error message:

Image

If I run the command from line 137 in verbose mode I get the following message:

Image

🔄 Steps to reproduce the issue.

Update an existing LXC container with nginxproxmanager to the latest version with the script /usr/bin/update.

Paste the full error output (if available).

[ERROR] in line 137: exit code 0: while executing command python3 -m pip install --no-cache-dir certbot-dns-cloudflare &> /dev/null

🖼️ Additional context (optional).

When I add the parameter --break-system-packages in the script in line 137 the update works without any issues.
Image

Image

Also the application works afterwards.

Originally created by @flotux2 on GitHub (May 7, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/4304 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? nginxproxymanager ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nginxproxymanager.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. When running the update script in the LXC container I get the following error message: ![Image](https://github.com/user-attachments/assets/dfbb97ac-a546-473f-807d-eb9a4e0af3f2) If I run the command from line 137 in verbose mode I get the following message: ![Image](https://github.com/user-attachments/assets/99b005fe-d7f1-4d87-8384-a04a719625f9) ### 🔄 Steps to reproduce the issue. Update an existing LXC container with nginxproxmanager to the latest version with the script /usr/bin/update. ### ❌ Paste the full error output (if available). [ERROR] in line 137: exit code 0: while executing command python3 -m pip install --no-cache-dir certbot-dns-cloudflare &> /dev/null ### 🖼️ Additional context (optional). When I add the parameter --break-system-packages in the script in line 137 the update works without any issues. ![Image](https://github.com/user-attachments/assets/1d475467-d472-43b0-bb40-bd30fbd9908d) ![Image](https://github.com/user-attachments/assets/305713f0-fe43-477e-a0bd-b4f4a0f9a2d1) Also the application works afterwards.
kerem 2026-02-26 12:47:07 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (May 7, 2025):

Hello, it looks like you are referencing the old tteck repo.

This repository is no longer used for active scripts.
Please update your bookmarks and use: https://helper-scripts.com

Also make sure your Bash command starts with:

bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/...)

This issue is being closed automatically.

<!-- gh-comment-id:2859996567 --> @github-actions[bot] commented on GitHub (May 7, 2025): Hello, it looks like you are referencing the **old tteck repo**. This repository is no longer used for active scripts. **Please update your bookmarks** and use: [https://helper-scripts.com](https://helper-scripts.com) Also make sure your Bash command starts with: ```bash bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/...) ``` This issue is being closed automatically.
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#920
No description provided.