What about multiple accounts/different household members? #97
-
Is there any special way to handle multiple accounts, for example, for other members of the household who want to download their data? Obvs I could just set up a whole second install of the entire thing, put their username & password in the compose file, and they'd have their own setup, just like mine. But it seems like there might be a way to re-use the existing grafana & influxdb installations and perhaps just set up another instance of garmin-fetch-data for the second person? Has anyone tried this, or have any suggestions? Or, best to just duplicate the whole install for each separate person? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hello @bhugh , Of course! You would not need to duplicate the Grafana or influxDB containers, just the garmin-fetch-data duplication with appropriate changes will be sufficient. I was just discussing this with @kruemelro on Issue #96 and described how this can be done (potentially offering two ways) without re-deploying the whole stack again. It's a little bit difficult if you are not experienced in Docker setups, but I hope this comment on that thread will help with what you want. Let me know what you think and thank you for using Garmin-Grafana |
Beta Was this translation helpful? Give feedback.
-
Thank you, that looks like a great solution. |
Beta Was this translation helpful? Give feedback.
-
Closing this in favor of #96 where the process is now well documented and tested (by @bhugh) |
Beta Was this translation helpful? Give feedback.
Hello @bhugh , Of course! You would not need to duplicate the Grafana or influxDB containers, just the garmin-fetch-data duplication with appropriate changes will be sufficient.
I was just discussing this with @kruemelro on Issue #96 and described how this can be done (potentially offering two ways) without re-deploying the whole stack again. It's a little bit difficult if you are not experienced in Docker setups, but I hope this comment on that thread will help with what you want.
Let me know what you think and thank you for using Garmin-Grafana