From d2e016900fc5792508363ce1a9a5eba1f814bd48 Mon Sep 17 00:00:00 2001 From: Florian Jensen Date: Sat, 20 Aug 2022 16:42:06 +0200 Subject: [PATCH] Add link to guide --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 070a61f..ac5d38b 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,7 @@ services: - "5051:5051" ``` +A more in depth guide on how to run it behind Traefik alongside TeslaLogger, can be found [here](https://florianjensen.com/2022/08/20/sharing-your-eta-with-teslaeta/). + ## Manual Simply run `app.py` while ensuring you have installed all requirements from `requirements.txt` and the `.env` file has been configured. A virtualenv is recommended. \ No newline at end of file