From 1e390739852cbf9fba164547e65534e148fbd46e Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 15 May 2025 10:15:31 +0200 Subject: [PATCH] Update LibreNSM --- ct/freepbx.sh | 2 +- install/librenms-install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/freepbx.sh b/ct/freepbx.sh index 5ac1cb7..956ea8b 100644 --- a/ct/freepbx.sh +++ b/ct/freepbx.sh @@ -6,7 +6,7 @@ source <(curl -s https://git.community-scripts.org/community-scripts/ProxmoxVED/ # Source: https://www.freepbx.org/ APP="FreePBX" -var_tags="" +var_tags="pbx;voip;telephony" var_cpu="${var_cpu:-1}" var_ram="${var_ram:-1024}" var_disk="${var_disk:-20}" diff --git a/install/librenms-install.sh b/install/librenms-install.sh index 28f858e..fbde4e4 100644 --- a/install/librenms-install.sh +++ b/install/librenms-install.sh @@ -59,8 +59,8 @@ fetch_and_deploy_gh_release "librenms/librenms" setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/ setfacl -R -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/ -chown -R librenms:librenms /opt/librenms/.local -$STD su librenms -s /bin/bash -c "pip3 install -r /opt/librenms/requirements.txt" + +pip3 install --no-user -r /opt/librenms/requirements.txt cp /opt/librenms/.env.example /opt/librenms/.env