From 0a07f34b4ba9cb3db048c302ea102ccf2d4f3ed6 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 15 May 2025 11:33:13 +0200 Subject: [PATCH 1/2] Updates --- install/librenms-install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install/librenms-install.sh b/install/librenms-install.sh index 26673bd..d4060c0 100644 --- a/install/librenms-install.sh +++ b/install/librenms-install.sh @@ -29,6 +29,7 @@ $STD apt-get install -y \ snmpd msg_ok "Installed Dependencies" +PHP_VERSION=8.2 install_php install_mariadb install_composer @@ -58,16 +59,12 @@ $STD useradd librenms -d /opt/librenms -M -r -s "$(which bash)" 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/ - - pip3 install --no-user -r /opt/librenms/requirements.txt - cat </opt/librenms/.env DB_DATABASE=${DB_NAME} DB_USERNAME=${DB_USER} DB_PASSWORD=${DB_PASS} EOF - chown -R librenms:librenms /opt/librenms chmod 771 /opt/librenms setfacl -d -m g::rwx /opt/librenms/bootstrap/cache /opt/librenms/storage /opt/librenms/logs /opt/librenms/rrd From 362da467da4654fb0a08649689d97a8e93ed55d6 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 15 May 2025 11:34:44 +0200 Subject: [PATCH 2/2] Updates --- ct/freepbx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/freepbx.sh b/ct/freepbx.sh index 0a76d54..103da62 100644 --- a/ct/freepbx.sh +++ b/ct/freepbx.sh @@ -9,9 +9,9 @@ APP="FreePBX" var_tags="pbx;voip;telephony" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-2048}" -var_disk="${var_disk:-20}" +var_disk="${var_disk:-10}" var_os="${var_os:-debian}" -var_version="${var_version:-10}" +var_version="${var_version:-12}" var_unprivileged="${var_unprivileged:-1}" header_info "$APP"