alexjustesen / speedtest-tracker

Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.
https://speedtest-tracker.dev/
MIT License
2.67k stars 100 forks source link

Show "Result page" without having to log in #917

Open Deses opened 10 months ago

Deses commented 10 months ago

Is your feature request related to a problem? Please describe. I don't want people to have to log in just to show the result page. There's no harm in showing that page.

Describe the solution you'd like I want the dashboard and results page to be available as is without login in.

image

Additional context Probably disable the comments option for non-users.

image

Maybe don't even show the 3-dot menu at all. The basic info is plenty.

alexjustesen commented 10 months ago

Thanks for the suggestion, I have plans to separate the list/dashboard/reports after I get core functionality done so this will happen post v1.0.0.

vinaykapadia commented 1 month ago

Or even just a way to say "disable the whole user system" would be nice. I don't need any authentication or anything on this service, it sits on my local network only and does not contain any critical data.

Bothari commented 3 weeks ago

I would also love to disable the user system for the same reason. It cannot be accessed outside my local network, and it does not contain any data that I care about anyway.

Deses commented 3 weeks ago

I would also love to disable the user system for the same reason. It cannot be accessed outside my local network, and it does not contain any data that I care about anyway.

I switched to https://github.com/gnmyt/myspeed, you might like it, since it doesn't require a password to access it.

Bothari commented 3 weeks ago

I switched to https://github.com/gnmyt/myspeed, you might like it, since it doesn't require a password to access it.

I tried MySpeed but didn't like the interface as much as this repo. Agree it was nice and simple though!