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.62k stars 98 forks source link

Time / Server ID Bug #1605

Closed MrNoooooooob closed 1 month ago

MrNoooooooob commented 1 month ago

The time and server ID don't work and can't be set. Is it correct as I have entered it?

services: speedtest-tracker: container_name: speedtest-tracker ports:

svenvg93 commented 1 month ago

Can you elaborate on why you think it’s not possible? Is there a error in the application or does something not work as expected.

With the time do you mean the timezone or the time format.

MrNoooooooob commented 1 month ago

because it doesn't run the cron and shows me the wrong time and doesn't select the server ID that I have stored.

Are the settings stored there correct or is there still '' or brackets ()?

svenvg93 commented 1 month ago

As it’s only a partial compose it’s hard to pin point the problem. I assume that you now redacted the APP_KEY. And that your database is reachable, volumes are specified as needed. The only one I have set between brackets is the two DATETIME_FORMAT ones.

side note;

cc @alexjustesen as I will be only holiday the coming week

alexjustesen commented 1 month ago
  • PRUNE_RESULTS_OLDER_THAN true is not a valid value it should a number for days older then will be deleted.

This might be the root cause of the issue, also make sure to restart the container when config values are changed. If this still doesn't work open a terminal session into the container and follow these steps:

  1. cd /app/www
  2. run php artisan optimize to refresh the cache
  3. restart the container again
MrNoooooooob commented 1 month ago

Thank You, functions! :-)

svenvg93 commented 1 month ago

@MrNoooooooob Please close the issue if the problem is solved :)