Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] devzwf - Speedtest-tracker - [DEPRECATED]

Featured Replies

21 minutes ago, Ghostie said:

I can't seem to get to the webUI when specifying a network as "none" and specifying a specific container network as the network in extra parameters e.g.

-net=container:myvpn_container

Normally, for my other containers, I'll add the port to an allowlist for the webui and did the same for this. However when specifying a WebUI port such as 4856 or what have you the port mappings still show as 443->443 and 80->80. Any idea what I could be doing wrong here?

 

Use-case is I want to test my speed for my VPN connection

This is the same problem I asked about in the post just above yours

  • Replies 155
  • Views 38.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • alex.justesen
    alex.justesen

    👋 Hey all, dev of this project here. I don't check the unRAID forums too often so like the OP says keep the support request to the template itself. If you do have any issues with the application feel

  • I will add this variable to the template  Thanks   Edit : done - Thanks @zoggy

  • I use this one as well my only concern, is , it is not maintain since 3 years ....... seems abandoned but seem still working fine .... even if i have some dicrepency when i cmpared to some others

Posted Images

22 minutes ago, shiftylilbastrd said:

This is the same problem I asked about in the post just above yours

Ah my bad, should've read more. Were you able to find a solution?

 

<edit> I think I got it to work by editing /speedtest-tracker/nginx/site-confs/default to whatever ports I want e.g. 4568 for "listen 4568 ssl" and then adding a port forward variable in the template to forward 4568 to 4568 and then doing the same normal process for the vpn container of allow-listing those ports. WebUI up and running now.

Edited by Ghostie

Added Server with same name not adding data to InfluxDB , opened isshue https://github.com/alexjustesen/speedtest-tracker/issues/469

 

After added second server Then no data in InfluxDB added when this server checks
was only 21197 , added 13956 .

host "speed2.hot.net.il" data for same name 'HOT' is missing in influxDB.

 

seems to be influxBD and not Speedtest Tracker problem but will be good to know if someone using export to influxDB with same name servers have this issue also ?!?

 

 

 

 

  • 2 weeks later...
On 3/12/2023 at 2:53 PM, Ghostie said:

Ah my bad, should've read more. Were you able to find a solution?

 

<edit> I think I got it to work by editing /speedtest-tracker/nginx/site-confs/default to whatever ports I want e.g. 4568 for "listen 4568 ssl" and then adding a port forward variable in the template to forward 4568 to 4568 and then doing the same normal process for the vpn container of allow-listing those ports. WebUI up and running now.

Where did you make that change? My appdata folder for speedtest only has the db file.

  • 3 weeks later...

So I have this installed on my UNRAID since late 2022 and was working fine, did a few tests ok.
I wanted to try it out today, it is updated already to latest version 0.11.12...
When I click to queue a test, immediately get 500 error.

Any ideas?

  • Author

Hmmm
cannot reproduce 

i am also on 0.11.12 and no issue here
 

speedtest.PNG

i'm running organizr with unraid

successfully set up reverse proxy and i can access speedtest tracker no issue through organizr with reverse proxy in iframe

but i'm getting refused to connect when trying to access locally in orgaznir iframe. anyone know what i'm doing wrong?

 

thank you

  • 1 month later...

Has anyone gotten notifications to work with email? I can't for the life of me receive any of the notifications.

  • 4 weeks later...
On 5/31/2023 at 11:21 AM, DJ-BrianC said:

Has anyone gotten notifications to work with email? I can't for the life of me receive any of the notifications.

 

Hey DJ, if you're still having issues open a issue or discussion post on the GH repo and I'll help ya out.

  • 3 weeks later...

Hey I'll jump on github too but just curious, what's the typical amount of data these speedtests use?

 

I set up Unraid a few weeks ago and I've had this speedtest container running a test every 30 minutes.

 

I'm 975GB/1200GB of my data limit within 10 days!

 

Trying to track down the problem and wondering if the speedtests could be it.

How can I change the default behaviour to always show the past month? I'm not so interested about the last 24 hours.

Thanks

 

Also guy above you don't need a speed test every 30mins. Maybe twice a day?

I do one test every morning at 7am when the line is 'quiet' to make sure we are getting our speeds. Now we're on fibre it hardley changes but before it would randomly drop when it rains etc.

Edited by dopeytree

  • 1 month later...

Hey there!

 

I have an issue since v0.11.17.

 

v0.11.17 has been working great but once I updated to v0.11.19 and v0.11.20, I cannot connect to the WebUI.

 

Using Unraid > Docker Container > speed-tracker v0.11.20

 

When I go to WebUI, it gives me the basic browser page "Cannot connect" as if the page doesn't exist.

Network type Bridge and I tried different port mappings and nothing.

 

I reverted to v0.11.17 and the WebUI connects as normal.

 

Thank you!

 

 

speedtester.png

I think it is actually this sqllite issue for this docker, according to my logs. Fixed on the latest update for now.

 

Issue 701

  • Author
31 minutes ago, Emphatic6264 said:

I think it is actually this sqllite issue for this docker, according to my logs. Fixed on the latest update for now.

 

Issue 701

You seems correct.
 

6 hours ago, ZappyZap said:

You seems correct.
 

 

Are you guys talking about my issue where the page won't load?

If so, I'm on the latest update v0.11.20 and the issue is still there.

Issue still exists. Remaining on old version for now.

Just a heads up all, I've dropped SQLite as the default database. It's still supported for those using it but for new installs I'm strongly recommending MySQL/Mariadb or Postresql.

 

@ZappyZap can we make an update to the template with the `DB_` prefix environment variables to steer people towards using a 3rd party database?

  • Author
2 hours ago, jdmhammer said:

Just a heads up all, I've dropped SQLite as the default database. It's still supported for those using it but for new installs I'm strongly recommending MySQL/Mariadb or Postresql.

 

@ZappyZap can we make an update to the template with the `DB_` prefix environment variables to steer people towards using a 3rd party database?

Sure thing
let me know what is the env you want to update.

On 7/14/2023 at 1:24 PM, dopeytree said:

How can I change the default behaviour to always show the past month? I'm not so interested about the last 24 hours.

Thanks

 

Also guy above you don't need a speed test every 30mins. Maybe twice a day?

I do one test every morning at 7am when the line is 'quiet' to make sure we are getting our speeds. Now we're on fibre it hardley changes but before it would randomly drop when it rains etc.

 

Is it possible to do this? The default is 24 hours but want to see month or 6months by default.

Can you add a comment in the docker template that you need a MySQL instance and also directly a field with a variable where you can insert the sql connection string?
I think that would make it easier for some people.

  • Author

I will update the template
Update: template has been updated
let me know

Edited by ZappyZap

Yes looks good.

Can I also use influx?

I see the InfluxDB settings inside the container.

Hello everybody,

I can not get TC-Setting to eork correctly. Right now i use Europe/Berlin, but recordings are still UTC, 2h ahead of local time ...
Any hint how to get this fixed ?

I'm trying to add mail server settings for notifications, but I cannot find the .env file to update - does it exist? When I look in the Unraid file manager I can see a .env in the appdata folder with my db-sqlite, but if I try and download it to edit it says it does not exist. If I FTP in, only the db is seen.

 

I'm sure I am doing something daft, but what is it?

 

Thanks

Edited by Emphatic6264

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.