http://192.168.1.184:8181
http://192.168.1.145:8182
Load server configuration from Docker environment variables defined in your docker-compose.yml file.
environment:
- TAUTULLI_SERVER_A_NAME=MyServer
- TAUTULLI_SERVER_A_IP=192.168.1.100:8181
- TAUTULLI_SERVER_A_KEY=your_api_key_here
# - TAUTULLI_SERVER_A_SSL=false
# - TAUTULLI_SERVER_A_VERIFY_SSL=false
# Optional second server:
# - TAUTULLI_SERVER_B_NAME=Server2
# - TAUTULLI_SERVER_B_IP=192.168.1.101:8181
# - TAUTULLI_SERVER_B_KEY=another_api_key
# - TAUTULLI_SERVER_B_SSL=false
# - TAUTULLI_SERVER_B_VERIFY_SSL=false
Load viewing history from Tautulli into a local database for fast display in the dashboard. This is typically a one-time load; new records are automatically appended when you refresh the dashboard.