tweak install script and configs

This commit is contained in:
Marco Ochse
2023-06-30 22:03:53 +02:00
parent 58ca11f85e
commit 4df54390dc
3 changed files with 117 additions and 26 deletions

View File

@ -1,11 +1,11 @@
# T-Pot Light config file. Do not remove.
# T-Pot config file. Do not remove.
# Set Web username and password here, only required for first run
# Removing the password after first run is recommended
# You can always add or remove users as you see fit using htpasswd:
# htpasswd -b -c /<data_folder>/nginx/conf/nginxpasswd <username> <password>
WEB_USER=changeme
WEB_PW=changeme
WEB_USER='changeme'
WEB_PW='changeme'
# T-Pot Blackhole
# ENABLED: T-Pot will download a db of known mass scanners and nullroute them
@ -32,6 +32,9 @@ TPOT_DOCKER_ENV=./.env
TPOT_DOCKER_COMPOSE=./docker-compose.yml
# T-Pot Repo
# Depending on where you are located you may choose between DockerHub and GHCR
# dtagdevsec: This will use the DockerHub image registry
# ghcr.io/telekom-security: This will use the GitHub container registry
TPOT_REPO=dtagdevsec
# T-Pot Version Tag