mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Separate install & tar folders
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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/"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
Reference in New Issue
Block a user