From 8da787b586c57e9ca2f09c282ade11f8a4030be3 Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Fri, 23 Apr 2021 11:24:12 +0200 Subject: [PATCH] cr fix --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdd79eb..31eea64 100644 --- a/README.md +++ b/README.md @@ -516,7 +516,7 @@ Tautulli instance and API Key: The module work with an existing installed instance of Tautulli accessible on the machine at the path defined by env variable `TAUTULLI_PATH` You have to provide an api key by using the relevant command. -Environ variables seen by commands: +Environ variables seen by command: * TAUTULLI_PATH: Path accessible from the machine to the installed instance of Tautulli * TAUTULLI_URL: Url accessible from the machine to the installed instance of Tautulli @@ -524,6 +524,10 @@ Environ variables seen by commands: * TAUTULLI_NOTIFIER_PORT: Listening port for the Tautulli webhook handler target * BOT_OWNERS: Owner of the rooms in the list for the notification webhook +Docker environment: + +Since the module needs access to the source of the running Tautulli instance volumes on both Docker (hemppa and Tautulli) should be defined and being visible each other. +When running on Docker the env variables seen by command should be defined for the bot instance. Example: