You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help/faqs.md
+5-21Lines changed: 5 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,7 @@ description: A running list of frequently ask questions and their answers.
10
10
11
11
<summary>I get a warning on container start up that the <code>APP_KEY</code> is missing</summary>
12
12
13
-
As of `v0.12.0` the app key is generated on start-up and it is **OK to ignore this warning**. To set a persisted key follow the steps below
14
-
15
-
1. Open the CLI of the Speedtest Docker container
16
-
2. Run `php artisan key:generate --show`
17
-
3. Add the generated string to your environment variables attached to `APP_KEY=generatedstringgoeshere`
18
-
4. Restart the container
13
+
You can generate a key here: [https://speedtest-tracker.dev](https://speedtest-tracker.dev).
19
14
20
15
</details>
21
16
@@ -30,35 +25,24 @@ As of `v0.12.0` the app key is generated on start-up and it is **OK to ignore th
30
25
31
26
</details>
32
27
33
-
### Settings
34
-
35
-
<details>
36
-
37
-
<summary>Speedtest server</summary>
38
-
39
-
#### Q: Why do only some servers have the server name in the list?
40
-
41
-
By default Ookla's CLI only returns the "closest" 20 servers. If the server you've selected isn't in that list Speedtest Tracker can label it.
42
-
43
-
</details>
44
-
45
28
### Time zones
46
29
47
30
<details>
48
31
49
32
<summary>How do I set the display and schedule time zone?</summary>
50
33
51
-
Your local time can be set in the UI under `Settings -> General -> Time zone`.
34
+
1. Set `DISPLAY_TIMEZONE` environment variables to your local timezone.
35
+
2. Restart the container
52
36
53
37
</details>
54
38
55
39
<details>
56
40
57
41
<summary>My display timestamps or scheduled tests aren't correct.</summary>
58
42
59
-
Speedtest Tracker assumes your application and database containers are set to `UTC` by default.
43
+
Speedtest Tracker assumes your application and database containers are set to `UTC` by default. If your database instance has your local time zone set it needs to **match** that set in `APP_TIMEZONE` and `DISPLAY_TIMEZONE` environment variables.
60
44
61
-
If your database instance runs with a local time zone set it needs to **match** that set in `Time zone` and `Database has time zone` needs to be enabled for the offset to be correctly displayed.
0 commit comments