From 9cc994e1577e00ef90c4b02123b52690e766d946 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Fri, 2 Aug 2024 07:47:12 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A5Bare-metal=20install=20work=20#753?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 +++++++- docker-compose.yml | 1 + install/install_dependencies.debian.sh | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ff1ef480..f7dd804a 100755 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,10 @@ __pycache__/ **/last_result.log **/script.log **/pialert.conf_bak -**/pialert.db_bak \ No newline at end of file +**/pialert.db_bak + + +front/img/account/* +**/account.php +**/account.js +front/css/account.css \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 06e13f02..8bb12e09 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,6 +54,7 @@ services: - ${DEV_LOCATION}/front/presence.php:/app/front/presence.php - ${DEV_LOCATION}/front/settings.php:/app/front/settings.php - ${DEV_LOCATION}/front/systeminfo.php:/app/front/systeminfo.php + - ${DEV_LOCATION}/front/account.php:/app/front/account.php - ${DEV_LOCATION}/front/report.php:/app/front/report.php - ${DEV_LOCATION}/front/workflows.php:/app/front/workflows.php - ${DEV_LOCATION}/front/appEventsCore.php:/app/front/appEventsCore.php diff --git a/install/install_dependencies.debian.sh b/install/install_dependencies.debian.sh index 247067b5..293e2e8c 100755 --- a/install/install_dependencies.debian.sh +++ b/install/install_dependencies.debian.sh @@ -16,7 +16,7 @@ fi apt-get install -y \ tini snmp ca-certificates curl libwww-perl arp-scan perl apt-utils cron sudo \ nginx-light php php-cgi php-fpm php-sqlite3 php-curl php-openssl sqlite3 dnsutils net-tools \ - python3 python3-dev iproute2 nmap python3-pip zip systemctl usbutils traceroute nbtscan + python3 python3-dev iproute2 nmap python3-pip zip systemctl usbutils traceroute nbtscan build-essential # alternate dependencies sudo apt-get install nginx nginx-core mtr php-fpm php8.2-fpm php-cli php8.2 php8.2-sqlite3 -y