Jump to content

jdmhammer

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by jdmhammer

  1. @ZappyZap looks like the gents over at LSIO published their Unraid template when they built the image. To reduce duplication what's your opinion on deprecating your template?
  2. @ZappyZap we're making progress testing a LinuxServer image instead of the one I've been building. Once it's been tested and rolled out to production I'll drop another post here as we'll want to update the template. It'll be a drop in replacement, much much faster using less memory and cpu and the image size is roughly 1/2 of what it currently is (~298MB down to ~154MB). https://github.com/alexjustesen/speedtest-tracker/issues/837
  3. Just a heads up, the issue with the cache as been resolved. It's still recommended to use the `database` driver but if your permissions are correctly configured you can use the `file` driver.
  4. Also just a general reminder for anyone coming here for support, GitHub is what I generally monitor for application support (link below). Please don't bombard @ZappyZap with app related questions as this is just support for the Unraid plugin. https://github.com/alexjustesen/speedtest-tracker
  5. Dev here, thanks for the suggestions! I'll give a quick update but you should also follow along on GitHub as I keep all feature suggestions there. Filtering on meeting the threshold is planned when the system for running tests gets an overhaul. Same with highlighting. Export as .csv is up next, just stuck a nail in the time zone coffin.
  6. All notification settings are under `Settings -> Notifications`, if you can't see that it's likely your user account doesn't have the correct permissions. Docs to help you fix that can be found here: https://docs.speedtest-tracker.dev/other/commands
  7. @ZappyZap got the following change that will be released later this week to FINALLY fix the jank around time zones. Can you remove all references to `TZ` environment variable and/or mounting the host's time? If you have a repo for the code happy to open a PR too. https://github.com/alexjustesen/speedtest-tracker/pull/929
  8. Dev here... this is likely a collision between the `.env` file that gets created in the `/config` directory and any variable passed in the UI. Working on a fix for this in the next release, follow along here: https://github.com/alexjustesen/speedtest-tracker
  9. 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?
  10. Best thing is all the ways to play with things, new dockers, new vms, new plugins and its easy to set up. Wish there was a cache array
  11. Not sure if this is by design but on the login form the username will throw an error if the case is not correct (i.e. Foo is invalid but foo is valid). For usernames I would have assumed case wouldn't matter?
  12. And here I thought I had a network issue, glad others are reporting this so it gets resolved.
  13. Here's a screenshot of the plugins page with the overlay over the menu. I used the dev tools in Chrome to inspect the code and the z-index is why the overlay doesnt cove the menu on the docker page.
  14. I'll have to wait for another docker container update or plugin update. Those were the two pages I noticed it.
  15. Not sure if this is on purpose but the navbar's z-index (101) is higher than the widget overlay (100) causing the menu not to be hidden (or covered) by the widget overlay.
  16. Is it just me or does the "Header custom background color" option in Display not show up until you apply a "Header custom text color". Be nice if both just showed IMO.
  17. Yeah I'm rocking those un-hyper cores. Thanks for the fix
  18. Yeah I'm not seeing that. Looking at the source through Chrome to get to the JS the label that contains the icon only references the icon class not the font awesome class as well.
  19. I havent, but even if it's not v5+ the element's class still doesn't reference the fa class.
  20. The popup on the VMs page for CPU pinning doesn't have the correct classes to show the Font Awesome icons. For Font Awesome you also need to reference the correct "fa" class (fas, far, fal). Current class: "fa-circle-o" Correct classes: "fa(s,r,l) fa-cricle-o"
  21. Success, removed the corrupt file and saved the VM config again.
  22. Thank you, that explains when it got corrupt it was just after I shut down the VMs. If I remove the corrupt file will Unraid write a new one when I change the VM Settings?
×
×
  • Create New...