From f1fde8e6ddf2fa2e4e163ee2de4d2991ed84907b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 24 Oct 2025 10:31:58 +0200 Subject: [PATCH] try o fix ubuntu build --- npm_install.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npm_install.py b/npm_install.py index c28da3d..38d8991 100644 --- a/npm_install.py +++ b/npm_install.py @@ -930,7 +930,7 @@ def update_motd(enabled: bool, info, ipv6_enabled: bool): ################################ NPM / ANGIE ################################ OS: {OSREL['PRETTY']} ({OSREL['ID']} {OSREL['VERSION_ID']}) Nginx Proxy Manager: http://{ip}:81 -Angie stats & Prometheus: http://{ip}:82/console | http://{ip}:82/p8s +Angie & Prometheus stats: http://{ip}:82/console | http://{ip}:82/p8s Angie: {angie_v} (conf: /etc/angie -> /etc/nginx, reload: angie -s reload) Node.js: v{node_v} Yarn: v{yarn_v} NPM app: v{npm_v} @@ -958,11 +958,11 @@ def print_summary(info, ipv6_enabled, dark_enabled, update_mode): print(f"OS: {OSREL['PRETTY']} ({OSREL['ID']} {OSREL['VERSION_ID']})") print(f"Mode: {'UPDATE' if update_mode else 'INSTALL'}") print(f"NPM panel address: http://{ip}:81") - print(f"angie stats & prometheus stats: http://{ip}:82/console | http://{ip}:82/p8s ") + print(f"Angie & Prometheus stats: http://{ip}:82/console | http://{ip}:82/p8s ") print(f"Angie: v{angie_v} (unit: angie.service, PID: /run/angie/angie.pid)") print(f"Node.js: v{node_v}") print(f"Yarn: v{yarn_v}") - print(f"NPM (aplikacja): v{npm_v}") + print(f"NPM (app): v{npm_v}") print(f"IPv6: {'ENABLED' if ipv6_enabled else 'DISABLED (in configs too)'}") print(f"Dark mode (TP): {'YES' if dark_enabled else 'NO'}") print("Paths: /opt/npm (app), /data (data), /etc/angie (conf), /var/log/angie (logs)")