Sign inSign up

gschaetz/tesla-http-proxy

By gschaetz

Updated about 1 month ago

Image
0

3.0K

gschaetz/tesla-http-proxy repository overview

Quick reference

What is tesla-http-proxy?

The image tesla-http-proxy is a pre-built container for the Tesla Fleet API HTTP Proxy from Tesla's vehicle-command repository. It provides a reverse proxy that handles authentication and command signing for the Tesla Fleet API.

The image is built for the following architectures:

  • linux/arm64
  • linux/amd64

How to use this image

Usage

Use like you would any other image:

FROM gschaetz/tesla-http-proxy:latest

The entrypoint is tesla-http-proxy. Pass flags directly:

docker run gschaetz/tesla-http-proxy:latest \
  -port 8080 \
  -host 0.0.0.0 \
  -key-file /keys/private-key.pem \
  -tls-key /tls/tls.key \
  -cert /tls/tls.crt \
  -verbose

License

My contributions are under MIT License

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Tag summary

Content type

Image

Digest

sha256:d1c29816d

Size

7.8 MB

Last updated

about 1 month ago

docker pull gschaetz/tesla-http-proxy