Jump to content
We're Hiring! Full Stack Developer ×

SpencerJ

Administrators
  • Posts

    1,470
  • Joined

  • Days Won

    43

Everything posted by SpencerJ

  1. Cc: @ich777 re: "du" / "Sie" und @bonienl re: Ich denke längerfristig würde es für viele auch einfacher sein Dienste wie Crowdin, POEditor oder Weblate für die Übersetzung zu nutzten. Thank very much for your recent submission- I merged!
  2. link/text updated. Thx
  3. The pod is up now and the full youtube video should be up within a couple of days! Thanks to everyone for submitting questions and for listening.
  4. thanks. I’ll remove the link.
  5. Unfortunately, it appears that Tapatalk and AWS Cognito don’t play well together. We will look to find a solution at the end of our current dev cycle cool down period.
  6. licenses are priced per server. cheers
  7. Dashboard The dashboard has been redesigned, and it is now possible to move elements (tiles) up and down and between columns. This allows the user to organize the tiles in any way they desire. Until now, no official API existed to add custom tiles to the dashboard, and plugins used their own “hacked” method. This method is no longer supported and must be changed to make custom tiles manageable similarly to standard tiles. Together with Unraid 6.12 comes an example page file that describes how plugin authors can add their own elements to the dashboard and the updated structure of dashboard elements. This file is located under: /usr/local/emhttp/webGui/DashboardCustomTileExample.page- This file must be copied to the respective plugin folder and modified accordingly.
  8. ID and CLASS attributes In order to adhere to HTML standards, several elements previously identified by an ID attribute are changed and use a CLASS attribute instead. These elements can occur several times on an HTML page and should not use the ID attribute. The specific elements which are changed are the following: #title - title is used for intermediate headers on the page #nav-item - nav-item is used for GUI elements in the top header #nav-user - nav-item is used for user defined elements in the top header When a plugin is using or referring to any of these elements, it should be changed to a class attribute. #title -> .title #nav-item -> .nav-item #nav-user -> .nav-user
  9. PHP 8.2 Unraid 6.12 comes with an updated version of PHP. Previously, Unraid was using PHP 7.4, but this version is end of support, and is no longer receiving security updates. PHP 8.2 was released in December 2022 and is maintained for the next two years, plus an extension of another two years for security updates ensuring Unraid can benefit from any updates and fixes in PHP for the foreseeable future. Unfortunately, moving to PHP 8.2 introduces several breaking incompatibilities from PHP 7.4. All of the details can be found at https://www.php.net/ under the upgrading sections of each respective version. Here follows a summary of the most common fixes we needed to do for the GUI, and are likely also impacting plugins: • It is no longer allowed to use an uninitialized variable as haystack. This impacts many functions, and the common solution is to initialize the variable as an empty string as a zero value integer. All functions operating on strings, like strpos, strlen or substr are impacted and need to be addressed. Otherwise, they fail. • Several functions have been deprecated: PHP offers alternative solutions, described in detail on the website. For example, strftime() is such a function and needs to be replaced. • To prevent PHP warnings, it is recommended to explicitly initialize variables before using them and use functions like: isset() or empty() to test a variable. Note: A new feature has been added which allows plugin authors to monitor PHP errors more easily. This new feature is under Tools -> PHP settings. You can set a specific error reporting level and open the LOG view to observe any PHP errors in real time while browsing the GUI (and custom plugins).
  10. Unraid 6.12-rc1 just dropped! Unraid version 6.12 introduces several changes which may have an impact on plugins and could lead to plugins not working correctly. Plugin developers are encouraged to update their existing plugins to make them compatible and ensure they work correctly when users upgrade to Unraid 6.12. The following sections describe the areas of attention which may need to be modified going forward. These sections are broken out into separate comments below: PHP 8.2 ID and CLASS attributes Dashboard
  11. https://unraid.net/blog/6-12-0-rc1 🥳
  12. The Unraid 6.12.0-rc1 blog is here. Don't miss the new customizable Dashboard! For Plugin Authors:
  13. Hey there, Off the top of my head, you could use the NerdTools plugin which has the mlocate package. Likewise, there is the Diskover app that should do what you need.
  14. Unraid 6.12 will mainly feature ZFS as a new feature set. What feature(s) are you most excited about for future Unraid stable releases?
  15. Thanks to everyone who submitted questions. We hope you enjoy the show! Youtube video should be out in the next few days. 🍻 Get to know Andrew Zawadzki, aka @Squid, an Unraid legend responsible for the Community Applications, Fix Common Problems, and User Scripts plugins, among many others. On this episode, Join Ed and Andrew as they discuss Unraid 6.12-rc2, ZFS pros and cons, answer listener questions, and more! ⏱️ Discussion Timestamps 0:45 -Intros and getting to know Andrew 2:30 - Origin of the Squid moniker 3:50 - What Ed and Squid are watching 4:40 - First computers and interest in technology 6:30 - First forays into Linux and Unraid 9:35 - Andrew's first Unraid build, current rig, and total array size 13:20 - Cheers for beer in official Unraid beer glasses 🍻 14:30 - The origin story of Community Applications, future CA plans, and details about Dockerhub 20:15 - Discussing Andrew's other Unraid Plugins: Fix Common Problems, Appdata backup, User Scripts, and how they stack up against the most popular Unraid downloads 24:05 - User Scripts feature request by Ed 26:02 - Listener Question from @-Daedalus about why or why not plugins are shipped natively with the OS 29:25 - Unraid 6.12.0-rc2 and ZFS: Pros & Cons, use cases, and what Unraiders need to know 32:05 - PSA regarding backups! 33:30 - ZFS Send, compression, and other ZFS features and possibilities 38:58 - Some downsides of using ZFS 41:30 - Unraid Array Parity vs. ZFS pools; differences in data loss and other risks to consider 44:50 - New Customizable Dashboard in Unraid 6.12; Ed's Christmas wish came true! 45:30 - PSA on some plugins that are now incompatible with Unraid 6.12 47:10 - Listener question from Matt asking about booting from USB2 vs. USB3 flash drives 51:30 - Listener question from @dansushi about Gaming on VMs 55:52 - Listener question from @Mr. Traxson on managing multiple Unraid servers and clustering 1:00:50 - Listener question from @spxlabs about Home Automation videos and Unraid
  16. Banners will go away by tomorrow. We wanted to give everyone a solid week to see the important info. We've done our best to spread the word around via a variety of channels while still following our email communication policies.
  17. thank you. This is now canon.
  18. Sorry for the frustration. Are you subscribed to the monthly newsletter? https://unraid.net/newsletter
×
×
  • Create New...