add persistence to ENVs

add ENVs checker to keep tpotinit from starting if ENVs are not present or incorrectly set
This commit is contained in:
t3chn0m4g3
2023-12-08 18:00:09 +01:00
parent 406a7314ee
commit faec613b9a
2 changed files with 90 additions and 3 deletions

View File

@ -14,6 +14,13 @@ WEB_USER='change:me'
# DISABLED: This is the default and no stealth efforts are in place.
TPOT_BLACKHOLE=DISABLED
# T-Pot Persistence
# on: This is the default. T-Pot will keep the honeypot logfiles and rotate
# with logrotate for 30 days.
# off: This is recommended for Raspberry Pi or setups with weaker CPUs or
# if you just do not need any of the logfiles.
TPOT_PERSISTENCE=on
# T-Pot AttackMap Text Output
# ENABLED: This is the default and the docker container map_data will print events to the console.
# DISABLED: Printing events to the console is disabled.