Separate install & tar folders

This commit is contained in:
pucherot
2021-01-18 21:38:18 +01:00
parent df33d07915
commit 57105cb6a4
8 changed files with 41 additions and 5 deletions

View File

@@ -125,7 +125,7 @@ block is not necessary
3.4 - Activate PHP 3.4 - Activate PHP
``` ```
sudo lighttpd-enable-mod fastcgi-php sudo lighttpd-enable-mod fastcgi-php
sudo service lighttpd force-reload /etc/init.d/lighttpd restart
``` ```
@@ -171,7 +171,7 @@ block is not necessary
``` ```
sudo cp pialert/front/pialert_front.conf /etc/lighttpd/conf-available sudo cp pialert/front/pialert_front.conf /etc/lighttpd/conf-available
sudo ln -s ../conf-available/pialert_front.conf /etc/lighttpd/conf-enabled/pialert_front.conf sudo ln -s ../conf-available/pialert_front.conf /etc/lighttpd/conf-enabled/pialert_front.conf
sudo service lighttpd force-reload /etc/init.d/lighttpd restart
``` ```
5.4 - If you want to use email reporting with gmail 5.4 - If you want to use email reporting with gmail

View File

@@ -1,3 +1,12 @@
<!-- ---------------------------------------------------------------------------
# Pi.Alert
# Open Source Network Guard / WIFI & LAN intrusion detector
#
# repot_sample.html - Back module. Sample email reporting in HTML format
#-------------------------------------------------------------------------------
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
#--------------------------------------------------------------------------- -->
<html> <html>
<head> <head>

View File

@@ -1,3 +1,12 @@
<!-- ---------------------------------------------------------------------------
# Pi.Alert
# Open Source Network Guard / WIFI & LAN intrusion detector
#
# repot_sample.html - Back module. Sample email reporting in HTML format
#-------------------------------------------------------------------------------
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
#--------------------------------------------------------------------------- -->
<html> <html>
<head> <head>

View File

@@ -1,11 +1,11 @@
<!-- --------------------------------------------------------------------------- # ------------------------------------------------------------------------------
# Pi.Alert # Pi.Alert
# Open Source Network Guard / WIFI & LAN intrusion detector # Open Source Network Guard / WIFI & LAN intrusion detector
# #
# index.html - Redirect file to pialert subdirectory # index.html - Redirect file to pialert subdirectory
#------------------------------------------------------------------------------- # ------------------------------------------------------------------------------
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3 # Puche 2021 pi.alert.application@gmail.com GNU GPLv3
#--------------------------------------------------------------------------- --> # ------------------------------------------------------------------------------
$HTTP["host"] == "pi.alert" { $HTTP["host"] == "pi.alert" {
server.document-root = "/var/www/html/pialert/" server.document-root = "/var/www/html/pialert/"

View File

@@ -1 +1,10 @@
#-------------------------------------------------------------------------------
# Pi.Alert
# Open Source Network Guard / WIFI & LAN intrusion detector
#
# IP_changes.log - Back module. Logfile for Internet IP changes
#-------------------------------------------------------------------------------
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
#-------------------------------------------------------------------------------
2021-01-01 00:00:00 0.0.0.0 2021-01-01 00:00:00 0.0.0.0

View File

@@ -1,3 +1,12 @@
<!-- ---------------------------------------------------------------------------
# Pi.Alert
# Open Source Network Guard / WIFI & LAN intrusion detector
#
# repot_template.html - Back module. Template to email reporting in HTML format
#-------------------------------------------------------------------------------
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
#--------------------------------------------------------------------------- -->
<html> <html>
<head> <head>

Binary file not shown.

Binary file not shown.