provide better example

This commit is contained in:
t3chn0m4g3 2024-01-05 20:28:39 +01:00
parent 1da37b5f85
commit 0f7dc73f1a

View file

@ -26,10 +26,10 @@ TPOT_PERSISTENCE=on
# SENSOR: This needs to be used when running a sensor. Be aware to adjust all other # SENSOR: This needs to be used when running a sensor. Be aware to adjust all other
# settings as well. # settings as well.
# 1. You will need to copy compose/sensor.yml to ./docker-comopose.yml # 1. You will need to copy compose/sensor.yml to ./docker-comopose.yml
# 2. From HIVE host you will need to copy ~/data/nginx/cert/nginx.crt to # 2. From HIVE host you will need to copy ~/tpotce/data/nginx/cert/nginx.crt to
# your SENSOR host to ~/data/hive.crt # your SENSOR host to ~/tpotce/data/hive.crt
# 3. On HIVE: Create a web user per SENSOR on HIVE and provide credentials below # 3. On HIVE: Create a web user per SENSOR on HIVE and provide credentials below
# Create credentials with 'htpasswd data/nginx/conf/lswebpasswd <username>' # 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: # 4. On SENSOR: Provide username / password from (3) for TPOT_HIVE_USER as base64 encoded string:
# "echo -n 'username:password' | base64" # "echo -n 'username:password' | base64"
TPOT_TYPE=HIVE TPOT_TYPE=HIVE