mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-09 19:51:57 -07:00
PUSHPROD 23.01.02
This commit is contained in:
@@ -288,14 +288,14 @@ PHOLUS_TIMEOUT = 20
|
|||||||
PHOLUS_FORCE = False
|
PHOLUS_FORCE = False
|
||||||
PHOLUS_DAYS_DATA = 0
|
PHOLUS_DAYS_DATA = 0
|
||||||
PHOLUS_RUN = 'once'
|
PHOLUS_RUN = 'once'
|
||||||
PHOLUS_RUN_TIMEOUT = 300
|
PHOLUS_RUN_TIMEOUT = 600
|
||||||
PHOLUS_RUN_SCHD = '0 4 * * *'
|
PHOLUS_RUN_SCHD = '0 4 * * *'
|
||||||
|
|
||||||
# Nmap settings
|
# Nmap settings
|
||||||
# ----------------------
|
# ----------------------
|
||||||
NMAP_ACTIVE = False
|
NMAP_ACTIVE = True
|
||||||
NMAP_TIMEOUT = 120
|
NMAP_TIMEOUT = 120
|
||||||
NMAP_RUN = 'once'
|
NMAP_RUN = 'none'
|
||||||
NMAP_RUN_SCHD = '0 2 * * *'
|
NMAP_RUN_SCHD = '0 2 * * *'
|
||||||
NMAP_ARGS = '-p -10000'
|
NMAP_ARGS = '-p -10000'
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ services:
|
|||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_LOCATION}/pialert/config2:/home/pi/pialert/config
|
- ${APP_DATA_LOCATION}/pialert/config:/home/pi/pialert/config
|
||||||
# - ${APP_DATA_LOCATION}/pialert/db/pialert.db:/home/pi/pialert/db/pialert.db
|
# - ${APP_DATA_LOCATION}/pialert/db/pialert.db:/home/pi/pialert/db/pialert.db
|
||||||
- ${APP_DATA_LOCATION}/pialert/db2:/home/pi/pialert/db
|
- ${APP_DATA_LOCATION}/pialert/db:/home/pi/pialert/db
|
||||||
# (optional) map an empty file with the name 'setting_darkmode' if you want to force the dark mode on container rebuilt
|
# (optional) map an empty file with the name 'setting_darkmode' if you want to force the dark mode on container rebuilt
|
||||||
- ${APP_DATA_LOCATION}/pialert/db/setting_darkmode:/home/pi/pialert/db/setting_darkmode
|
- ${APP_DATA_LOCATION}/pialert/db/setting_darkmode:/home/pi/pialert/db/setting_darkmode
|
||||||
# (optional) useful for debugging if you have issues setting up the container
|
# (optional) useful for debugging if you have issues setting up the container
|
||||||
|
|||||||
Reference in New Issue
Block a user