elibosley

Administrators
  • Posts

    45
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by elibosley

  1. Plugin Updates (Mar 6, Mar 25, 2024 2024.03.06.0724 This version resolves: - Issues with special characters in server names - Some other miscellaneous problems with parsing and displaying server content - update os check modal date format 2024.03.25.0626 This version resolves: - Minor UI fixes - Cleanup of unused scripts
  2. Hi, Please uninstall the Connect plugin and then reinstall from CA - it looks like your plugin is significantly out of date. So sorry for the inconvenience! Hopefully this fixes your problem.
  3. Unraid is interested in enhancing our USB creator with something shiny and new (and supported on Linux!). Are you the right person to help us with this? Tech Stack We'd like to use the Raspberry PI USB Creator as a source codebase since it already supports much of our needed features such as writing custom configs to the USB drive, writing Zip files, writing drives over 32 GB, and online downloads of the OS. What We're Looking For We’re looking for a QT developer to create an MVP of this tool, which includes downloading the OS through our own endpoint by default, downloading Unraid onto a USB drive, and modifying some config options. See the project on Github for an overview of the initial deliverable. We’ve already forked their codebase (keeping it open-source, of course!). How to Apply If you’re interested, fill out the form here: https://form.asana.com/?k=Q5d46R1fLsfe-vrpOrVrkg&d=714739274360802 TLDR: We want you to make our USB creator work on the Raspberry PI Creator codebase to speed it up and modernize it, and we want your help!
  4. Sorry, we changed plugin URLs today. We've been working with @AndrewZ to minimize this, but something may have slipped through. Don't worry about the "Blacklisted" status, it's temporary and will be lifted once he sets the new URL to be valid.
  5. Plugin Update: Feb 7, 2024 ## 2024.02.07.0955 ### This version adds: We've updated the OS install process based on your feedback and added a bunch of new functionality to make updating even easier than before! ### This version resolves: New OS Update features to allow updating from within the OS!
  6. Plugin Update: Jan 11, 2024 ## 2024.01.11.1434 Coming Soon: After receiving some constructive feedback we've decided to change a few things with the new Update OS tool. ### This version resolves: - Bug with allowed origins not allowing more than one origin to be recognized - Bug with log files growing very large
  7. Hey everyone! Issue is fixed in the most recent version. Thanks for reporting this and hopefully you enjoy this change!
  8. Hey everyone, We've found the issue and will be patching with the next release.
  9. ## 2024.01.09.1413 ### This version adds: - A new OS Update process, detailed here https://unraid.net/blog/new-update-os-tool - A new Tools > Registration page - Streamlined header and Connect dropdown - Improved API stability with a brand new API client - Exposed setting for extra origins, useful if you run behind a reverse proxy ### This version resolves: - Issues with changing Dynamic Remote Access setting causing a settings reset - Always bundle the new UI code to prevent an issue where your login screen could be out of date.
  10. This is resolved. Thanks for bringing it to our attention! Please try re-installing Connect now if you were having issues. The issue was related to a header set on our CDN that was allowing the TGZ file to be further compressed, which changed the shasum.
  11. Welcome Adam! Excited to be working with you 😄
  12. Hi All - We have a fix and are publishing a Connect plugin update to fix it today. Thanks for letting us know.
  13. Hi All - We have a fix and are publishing a Connect plugin update to fix it today. Thanks for letting us know.
  14. Plugin Update September 6, 2023 ## 2023.09.06.1307 ### This version adds: New UPC (sign in / sign up code) allowing much more responsive logins and user inputs (no more popups!) New endpoint on the GraphQL API to get notifications for your server. ### This version resolves: Libvirt Errors When Running the Plugin in 6.12 ### Known Issues: Sometimes you may have to click the sign in button and sign in twice to properly sign in, we're working on a fix but wanted to get this out for the users that are having issues with Libvirt.
  15. Hi Everyone - Current plan is to ship a new plugin build tomorrow or Wednesday that should solve these problems. Stay tuned and hopefully this new build will resolve your issues!
  16. Hi! Thanks for bringing our attention to this. Please try again - we've fixed the issue. Thank you!
  17. @SimonF MyServers and Connect are the same thing - Connect is the successor to My Servers. We're going to be shipping an updated plugin within the next couple of weeks that resolves this.
  18. I'll be fixing this in the next version of the Connect plugin. Thank you for the bug reports and I'm very sorry about the issues everyone is experiencing.
  19. Hi Y’all - I’m primarily responsible for the outage today, and I’ll give you a rundown on what happened and why it happened: So, right now the forums run on a VM, which has worked pretty well for a long time, but has caused some pain points around upgrades. In order to begin moving the forums to a system that allows easier scaling, upgrades, and rollbacks, we needed to move uploads and other content that is stored on the VM to a storage provider than can scale outside of just a disk. IPS provides tools to change the storage location for files, so we figured that we could just swap over the storage to S3 and it would migrate. We tested this on our staging environment to great success, so we figured it would be fine to swap the main server over. Over the past couple days, IPS moved all the content that has been uploaded over the last 10+ years onto S3 and it went off without a hitch… At least until we tried to move the theme files. When this occurred, it failed to move the vast majority of those files, and the files it did move were not properly created. After reverting this, IPS moved most of the files back, but began to move the files between the two storage servers seemingly randomly - causing the first outage this morning. We then swapped the setting again to store on S3, which seemed to work great at first, but then IPS started throwing errors for missing JavaScript - turns out their mover is pretty insufficient when your forum has been running for as long as ours, and we were forced to move files manually to patch the missing JavaScript. We think that we finally caught all of the missing JS / CSS files, and we do see this improving performance by quite a bit, especially under load - due to offloading of static file serving to S3. Let me know if you have any other questions, and sorry about the delays. We’re addressing years of technical debt doing this kind of maintenance so these things can be tricky, so we really appreciate the understanding. TLDR: IPS has some issues and our forums have been around for a long time.
  20. Reserved usage is not the actual program usage. See the 0.7% mem on the graph above. Reserved just means that linux has set aside some amount of memory that the program "could" use, but is not using right now. That being said, I will look into the cause of the high reservation, my guess is that it is due to the fact that the API talks to many underlying layers and those bindings may just tell linux that they need a lot of memory, even though the program is not using that much.
  21. I am guessing you may have constant disk reads/ writes happening that are triggering updates in the API. Typically I've seen this happen when a parity check is occurring or other similar behavior.
  22. The log max size is set to 10MB, so it should never exceed this. It looks like yours is 7.5M here, so it shouldn't get much bigger before being rotated (aka deleted) We'll be changing this to 2.5MB in the next Connect plugin release.
  23. The log max size is set to 10MB, so it should never exceed this. It looks like yours is 7.5M here, so it shouldn't get much bigger before being rotated (aka deleted) We'll be changing this to 2.5MB in the next Connect plugin release.