Secure web access (can I create an htaccess file?) #8
-
I don't like exposing teslamate without at least a username and password. Is there a way to setup a username and password? Right now it uses the tesla auth and stores it encrypted and that's all fine and dandy, but after it stores it, you can access it without a username or password and shows the location and someone can potentially disrupt the datalogging by disabling the API... Any ideas on how to secure this and still have it exposed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, so I decided to use NGINX and basic_auth.... I am already using NGINX so I added it on the proxy_pass layer. |
Beta Was this translation helpful? Give feedback.
Ok, so I decided to use NGINX and basic_auth.... I am already using NGINX so I added it on the proxy_pass layer.