iDerp / Pi-Hole-for-LaMetric

Show your Pi-Hole status right on your LaMetric!
GNU General Public License v3.0
17 stars 3 forks source link

Is it possible to publish server-side code? #15

Open arosenf opened 4 years ago

arosenf commented 4 years ago

I see there is some server-side processing hidden behind https://lametric.iderp.io/pihole/${LaMetricDeviceInfo2.body.id}. This might raise some privacy concerns: this server gets to know the top domains accessed for all users of your otherwise great app. Would you mind to also publish or document this part?

iDerp commented 3 years ago

Sure, I can do this at a later date. All the data that is sent to the server is only saved in running memory, so when the script restarts, all that info is lost. It's not saved anywhere.