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

8
.env
View File

@ -4,8 +4,8 @@
# 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,7 +32,9 @@ TPOT_DOCKER_ENV=./.env
TPOT_DOCKER_COMPOSE=./docker-compose.yml
# T-Pot Repo
#TPOT_REPO=dtagdevsec
# 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=ghcr.io/telekom-security
# T-Pot Version Tag