From cc6b57c2ebba61cd96cfa3cb86130c4af3581844 Mon Sep 17 00:00:00 2001 From: Florian Jensen Date: Mon, 26 Dec 2022 16:18:35 +0100 Subject: [PATCH] Fix a dependency issue --- README.md | 1 + requirements.txt | 2 +- templates/map_admin_create.html.j2 | 88 ++++++++++++++++++++++++++++++ 3 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 templates/map_admin_create.html.j2 diff --git a/README.md b/README.md index ac5d38b..2aa4f07 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ services: ports: - "5051:5051" ``` +You will be able to access the Admin Interface on /admin in your serving directory to create your links to share. 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/). diff --git a/requirements.txt b/requirements.txt index 5692d25..56d0f09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi==2022.12.7 -charset-normalizer==3.0.1 +charset-normalizer==2.1.1 click==8.1.3 colorama==0.4.6 Flask==2.2.2 diff --git a/templates/map_admin_create.html.j2 b/templates/map_admin_create.html.j2 new file mode 100644 index 0000000..03aceaa --- /dev/null +++ b/templates/map_admin_create.html.j2 @@ -0,0 +1,88 @@ + + + + + + Set a point after Geocoder result + + + + + + + + + + + +
+ + + + + + \ No newline at end of file