NginxProxyManager python3 not installed globally #392

Closed
opened 2026-02-04 18:24:52 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @jrparks on GitHub (Jan 28, 2025).

Have you read and understood the above guidelines?

yes

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

nginxproxymanager.sh

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

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

📝 Provide a clear and concise description of the issue.

The script is erroring when doing an update. I needed to make a change and ran the script locally to bypass the issue:

  • Removed:
    python3 -m pip install --no-cache-dir certbot-dns-cloudflare &>/dev/null
    -Added:
    apt install python3-certbot-dns-cloudflare &>/dev/null

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Upgraded from npm 2.10.2

Paste the full error output (if available).

Sorry I closed the terminal. It was regarding the python3 not being installed globally and it failed at that point.

🖼️ Additional context (optional).

No response

Originally created by @jrparks on GitHub (Jan 28, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? nginxproxymanager.sh ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/nginxproxymanager.sh)" ### 📝 Provide a clear and concise description of the issue. The script is erroring when doing an update. I needed to make a change and ran the script locally to bypass the issue: - Removed: python3 -m pip install --no-cache-dir certbot-dns-cloudflare &>/dev/null -Added: apt install python3-certbot-dns-cloudflare &>/dev/null ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Upgraded from npm 2.10.2 ### ❌ Paste the full error output (if available). Sorry I closed the terminal. It was regarding the python3 not being installed globally and it failed at that point. ### 🖼️ Additional context (optional). _No response_
Author
Owner

@michelroegl-brunner commented on GitHub (Jan 28, 2025):

Most likely related to #555

@michelroegl-brunner commented on GitHub (Jan 28, 2025): Most likely related to #555
Author
Owner

@jrparks commented on GitHub (Jan 29, 2025):

That works however it might be good to update the script to check and
apply. Also you should update the log rotation file:
sed -i 's|/run/nginx/nginx.pid|/usr/local/openresty/nginx/logs/nginx.pid|g'
/etc/logrotate.d/nginx-proxy-manager

Thank you
Jason

On Tue, Jan 28, 2025 at 1:33 AM Michel Roegl-Brunner <
@.***> wrote:

Most likely related to #555
https://github.com/community-scripts/ProxmoxVE/discussions/555


Reply to this email directly, view it on GitHub
https://github.com/community-scripts/ProxmoxVE/issues/1791#issuecomment-2618259829,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABV3TINBCCFJZQ4E4BLPB5L2M46GTAVCNFSM6AAAAABV7AD4P6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJYGI2TSOBSHE
.
You are receiving this because you authored the thread.Message ID:
@.***>

@jrparks commented on GitHub (Jan 29, 2025): That works however it might be good to update the script to check and apply. Also you should update the log rotation file: sed -i 's|/run/nginx/nginx.pid|/usr/local/openresty/nginx/logs/nginx.pid|g' /etc/logrotate.d/nginx-proxy-manager Thank you Jason On Tue, Jan 28, 2025 at 1:33 AM Michel Roegl-Brunner < ***@***.***> wrote: > Most likely related to #555 > <https://github.com/community-scripts/ProxmoxVE/discussions/555> > > — > Reply to this email directly, view it on GitHub > <https://github.com/community-scripts/ProxmoxVE/issues/1791#issuecomment-2618259829>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABV3TINBCCFJZQ4E4BLPB5L2M46GTAVCNFSM6AAAAABV7AD4P6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJYGI2TSOBSHE> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#392