-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker #1
Comments
Will this work for the Raspberry Pi? I've been hit with this problem and a proxy sounds a simple way forward but as a novice I'm not sure how to do it on the Pi. |
I had this running on a Pi. I don't use docker, but will accept other's docker files. For Pi, if you are using ubuntu, you can |
This does work great, thanks @mgb. Here is a quick Dockerfile that could help folks get up and running quickly:
Along with the following entrypoint.sh:
Build and run with:
Hope this helps. |
Here ya go: https://hub.docker.com/r/mnestor/teslapw-proxy
How I use it in docker swarm: https://github.com/mnestor/teslapw-proxy/blob/main/docker-swarm.yml |
Great Idea to Just proxy it. Maybe you can make a small Dokerfile for people who don't use Go ;)
The text was updated successfully, but these errors were encountered: