You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case: When creating a one-click deploy solution for teslamate, one of the biggest hurdles is explaining the separation of teslamate and grafana. It would be better, since I will know the relative port and/or path to grafana, if I could set the grafana link and teslamate link (in the settings) default value via the environment variables.
Solution:
TESLAMATE_URLS_WEBAPP=https://mydomain.com:4000 and TESLAMATE_URLS_DASHBOARDS=https://mydomain.com:3000 will make it so that if there is no setting stored in the config, the default value is set to these environment variables.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Related: #1893
Use case: When creating a one-click deploy solution for teslamate, one of the biggest hurdles is explaining the separation of teslamate and grafana. It would be better, since I will know the relative port and/or path to grafana, if I could set the grafana link and teslamate link (in the settings) default value via the environment variables.
Solution:
TESLAMATE_URLS_WEBAPP=https://mydomain.com:4000
andTESLAMATE_URLS_DASHBOARDS=https://mydomain.com:3000
will make it so that if there is no setting stored in the config, the default value is set to these environment variables.Beta Was this translation helpful? Give feedback.
All reactions