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.72k stars 100 forks source link

Cron #1593

Closed imagenet closed 3 months ago

imagenet commented 3 months ago

There is no general tab to configure cron or is there another way?

I am logged in as administrator

imagenet commented 3 months ago

docker run -d --name speedtest-tracker --restart unless-stopped -p 8765:80 -e PUID=1000 -e PGID=1000 -e APP_KEY=base64:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -e APP_URL=http://localhost -e DB_CONNECTION=sqlite -v ${PWD}:/config lscr.io/linuxserver/speedtest-tracker:0.20.7

robinhood-code commented 3 months ago

same, and on the dashboard page it now says I don't have any tests scheduled, which I had scheduled in previous version:

image

Investigamer commented 3 months ago

Just use: lscr.io/linuxserver/speedtest-tracker:0.19.0

Apparently the general tab was removed in favor of environment variables for site name, dashboard public toggle, time zone(s), speed test schedule, results pruning, speedtest servers, etc. Apparently some aspect of maintaining the GUI was proving too time consuming relative to the huge upgrades to the API or... something. I just never really looked to a speedtest snapshot container for a robust API, I just wanted a nice visual web app to track routine speedtests charts. Personally, I think environment variables where docker apps like this are concerned, should be very bare metal required configurations, it shouldn't be the prime modus for controlling app functionality.

No disrespect to the maintainer(s) of course, I get it. If you have a different direction, I'll follow you on that journey and keep up with the progress, I'm sure they have their own state of mine and future plans and maybe it will make sense and pan out, just in the interim it feels like a regression. I still respect and appreciate the work done thus far and love the app :)

robinhood-code commented 3 months ago

ok, saw the changes now:

https://github.com/alexjustesen/speedtest-tracker/releases/tag/v0.20.0