Block a user
tesla-auth-helper (v0.1)
Published 2024-05-08 14:21:24 +10:00 by matt
Installation
docker pull git.mattway.com.au/matt/tesla-auth-helper:v0.1sha256:13043b26b95b8db8a306f79ef6682b3702fdecdd1478dfa33ab5b0025ea16ea3Image Layers
| ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in / |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache python3 py3-flask py3-requests # buildkit |
| RUN /bin/sh -c mkdir /data /share # buildkit |
| COPY tesla_http_proxy/app /app # buildkit |
| WORKDIR /app |
| ENTRYPOINT ["/app/run.sh"] |