Skip to content

Commit

Permalink
Update for T-Pot Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chn0m4g3 committed May 13, 2024
1 parent 996e8a3 commit ef55a9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ TPOT_PERSISTENCE=on
# Create credentials with 'htpasswd ~/tpotce/data/nginx/conf/lswebpasswd <username>'
# 4. On SENSOR: Provide username / password from (3) for TPOT_HIVE_USER as base64 encoded string:
# "echo -n 'username:password' | base64 -w0"
# MOBILE: This will set the correct type for T-Pot Mobile (https://github.com/telekom-security/tpotmobile)
TPOT_TYPE=HIVE

# T-Pot Hive User (only relevant for SENSOR deployment)
Expand Down
1 change: 1 addition & 0 deletions env.example
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ TPOT_PERSISTENCE=on
# Create credentials with 'htpasswd ~/tpotce/data/nginx/conf/lswebpasswd <username>'
# 4. On SENSOR: Provide username / password from (3) for TPOT_HIVE_USER as base64 encoded string:
# "echo -n 'username:password' | base64 -w0"
# MOBILE: This will set the correct type for T-Pot Mobile (https://github.com/telekom-security/tpotmobile)
TPOT_TYPE=HIVE

# T-Pot Hive User (only relevant for SENSOR deployment)
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ while true; do
esac
done

if [ "${myTPOT_TYPE}" != "SENSOR" ];
# T-Pot Type is HIVE / MOBILE; asking for WebUI username and password
if [ "${myTPOT_TYPE}" == "HIVE" ];
# If T-Pot Type is HIVE ask for WebUI username and password
then
# Preparing web user for T-Pot
echo
Expand Down

0 comments on commit ef55a9d

Please sign in to comment.