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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ _...also some of us just like a lot of data._
24
24
25
25
#### What about that other Speedtest Tracker?
26
26
27
-
As far as I can tell [https://github.com/henrywhitaker3/Speedtest-Tracker](https://github.com/henrywhitaker3/Speedtest-Tracker) was abandoned. This version is meant to be an actively maintained replacement with an improved UI and [feature](getting-started/features.md) set.
27
+
As far as I can tell [https://github.com/henrywhitaker3/Speedtest-Tracker](https://github.com/henrywhitaker3/Speedtest-Tracker) was abandoned. This version is meant to be an actively maintained replacement with an improved UI and [feature](features.md) set.
|`server_id`| integer | ID of the speedtest server |
14
-
|`server_host`| string | Host/URL of the speedtest server |
15
-
|`server_name`| string | Name of the speedtest server |
16
-
|`url`| string | URL to the result on speedtest.net |
17
-
|`comments`| text | User added comments |
18
-
|`scheduled`| boolean | Was the result scheduled? |
19
-
|`successful`| boolean | Was the result successful? |
20
-
|`data`| json | The raw data received from the Speedtest CLI |
21
-
|`created_at`| timestamp ||
7
+
<table><thead><tr><th width="181.66666666666666">Field</th><th width="188">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>id</code></td><td>primary key</td><td></td></tr><tr><td><code>ping</code></td><td>double</td><td>As milliseconds</td></tr><tr><td><code>download</code></td><td>unsigned big integer</td><td>As bytes</td></tr><tr><td><code>upload</code></td><td>unsigned big integer</td><td>As bytes</td></tr><tr><td><code>server_id</code></td><td>integer</td><td>ID of the speedtest server</td></tr><tr><td><code>server_host</code></td><td>string</td><td>Host/URL of the speedtest server</td></tr><tr><td><code>server_name</code></td><td>string</td><td>Name of the speedtest server</td></tr><tr><td><code>url</code></td><td>string</td><td>URL to the result on speedtest.net</td></tr><tr><td><code>comments</code></td><td>text</td><td>User added comments</td></tr><tr><td><code>scheduled</code></td><td>boolean</td><td>Was the result scheduled?</td></tr><tr><td><code>successful</code></td><td>boolean</td><td>Was the result successful?</td></tr><tr><td><code>data</code></td><td>json</td><td>The raw data received from the Speedtest CLI</td></tr><tr><td><code>created_at</code></td><td>timestamp</td><td></td></tr></tbody></table>
<table><thead><tr><thwidth="225">Name</th><th>Description</th></tr></thead><tbody><tr><td><code>PUID</code><br><br>(required)</td><td>Used to set the user the container should run as.<br><br>- Default: <code>1000</code></td></tr><tr><td><code>PGID</code><br><br>(required)</td><td>Used to set the group the container should run as.<br><br>- Default: <code>1000</code></td></tr><tr><td><code>DASHBOARD_POLLING</code></td><td>Frequency charts and stats refresh on the dashboard. Can be represented using a string in seconds or <code>false</code> to disable.<br><br>- Default: <code>5s</code></td></tr><tr><td><code>RESULTS_POLLING</code></td><td>Frequency data refreshes in the results table. Can be represented using a string in seconds or <code>false</code> to disable.<br><br>- Default: <code>5s</code></td></tr></tbody></table>
0 commit comments