From ecf50e7e52cf4a9df897fffb58e6117ed520ff96 Mon Sep 17 00:00:00 2001 From: Iain Bullock <59146297+iainbullock@users.noreply.github.com> Date: Sun, 12 May 2024 06:33:40 +0100 Subject: [PATCH 1/4] Update README.md Link to Cloudflare setup guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cee0598..7fafee2 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Setting this up is fairly complex. Please read [DOCS.md](./tesla_http_proxy/DOC ## Installation and set up Many thanks to @tux43 for creating this blog, which describes his set up in detail: https://www.smartmotion.life/2024/04/23/tesla-custom-integration-with-home-assistant-on-docker +Also many thanks to https://github.com/juchong for writing a Cloudflare configuration / setup guide: ./tesla_http_proxy/CLOUDFLARE.md - Setup your webserver so it can receive ssl connections to your FQDN from the internet. This FQDN should be different to that used to access your instance of Home Assistant. I have provided my Nginx configuration file (nginx_tesla.conf). The default config for this project assumes you are running Nginx in its own docker container, and the webserver document root for the FQDN is at /var/lib/docker/volumes/nginx/_data/tesla_http_proxy on the docker host. This can be changed in docker-compose.yml From a462aebe88cba2af86ff40bef1e3d522cc158f2c Mon Sep 17 00:00:00 2001 From: Iain Bullock <59146297+iainbullock@users.noreply.github.com> Date: Sun, 12 May 2024 06:34:44 +0100 Subject: [PATCH 2/4] Update README.md Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fafee2..6e0e825 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Setting this up is fairly complex. Please read [DOCS.md](./tesla_http_proxy/DOC ## Installation and set up Many thanks to @tux43 for creating this blog, which describes his set up in detail: https://www.smartmotion.life/2024/04/23/tesla-custom-integration-with-home-assistant-on-docker -Also many thanks to https://github.com/juchong for writing a Cloudflare configuration / setup guide: ./tesla_http_proxy/CLOUDFLARE.md +Also many thanks to https://github.com/juchong for writing a Cloudflare configuration / setup guide: [CLOUDFLARE.md]./tesla_http_proxy/CLOUDFLARE.md - Setup your webserver so it can receive ssl connections to your FQDN from the internet. This FQDN should be different to that used to access your instance of Home Assistant. I have provided my Nginx configuration file (nginx_tesla.conf). The default config for this project assumes you are running Nginx in its own docker container, and the webserver document root for the FQDN is at /var/lib/docker/volumes/nginx/_data/tesla_http_proxy on the docker host. This can be changed in docker-compose.yml From 409d738e4605d05a53071d84b8ded63253681170 Mon Sep 17 00:00:00 2001 From: Iain Bullock <59146297+iainbullock@users.noreply.github.com> Date: Sun, 12 May 2024 06:37:12 +0100 Subject: [PATCH 3/4] Update README.md fix link again --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e0e825..953befd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ Setting this up is fairly complex. Please read [DOCS.md](./tesla_http_proxy/DOC ## Installation and set up Many thanks to @tux43 for creating this blog, which describes his set up in detail: https://www.smartmotion.life/2024/04/23/tesla-custom-integration-with-home-assistant-on-docker -Also many thanks to https://github.com/juchong for writing a Cloudflare configuration / setup guide: [CLOUDFLARE.md]./tesla_http_proxy/CLOUDFLARE.md + +Also many thanks to https://github.com/juchong for writing a Cloudflare configuration / setup guide: [CLOUDFLARE.md](./tesla_http_proxy/CLOUDFLARE.md) - Setup your webserver so it can receive ssl connections to your FQDN from the internet. This FQDN should be different to that used to access your instance of Home Assistant. I have provided my Nginx configuration file (nginx_tesla.conf). The default config for this project assumes you are running Nginx in its own docker container, and the webserver document root for the FQDN is at /var/lib/docker/volumes/nginx/_data/tesla_http_proxy on the docker host. This can be changed in docker-compose.yml From a69de9f1c78bef0cc0963cc790a4300a8a9fb6dc Mon Sep 17 00:00:00 2001 From: Iain Bullock <59146297+iainbullock@users.noreply.github.com> Date: Sun, 12 May 2024 06:40:42 +0100 Subject: [PATCH 4/4] Update README.md Links fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 953befd..3bff131 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Setting this up is fairly complex. Please read [DOCS.md](./tesla_http_proxy/DOC ## Installation and set up -Many thanks to @tux43 for creating this blog, which describes his set up in detail: https://www.smartmotion.life/2024/04/23/tesla-custom-integration-with-home-assistant-on-docker +Many thanks to [@tux43](https://github.com/tux43) for creating this blog, which describes his set up in detail: https://www.smartmotion.life/2024/04/23/tesla-custom-integration-with-home-assistant-on-docker -Also many thanks to https://github.com/juchong for writing a Cloudflare configuration / setup guide: [CLOUDFLARE.md](./tesla_http_proxy/CLOUDFLARE.md) +Also many thanks to [@juchong](https://github.com/juchong) for writing a Cloudflare configuration / setup guide: [CLOUDFLARE.md](./tesla_http_proxy/CLOUDFLARE.md) - Setup your webserver so it can receive ssl connections to your FQDN from the internet. This FQDN should be different to that used to access your instance of Home Assistant. I have provided my Nginx configuration file (nginx_tesla.conf). The default config for this project assumes you are running Nginx in its own docker container, and the webserver document root for the FQDN is at /var/lib/docker/volumes/nginx/_data/tesla_http_proxy on the docker host. This can be changed in docker-compose.yml