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.

Odon

Members
  • Joined

  • Last visited

Everything posted by Odon

  1. Hi, Make sure this isn't the same thing that happened to me the other day. Odón
  2. Hi Pujitm, I'll give you a little update on the solution: 1. Uninstall Unraid Connect. 2. Uninstall Theme Engine. 3. Install Unraid Connect. 4. Install Theme Engine. Following that order, Theme Engine will work again and Unraid Connect will be in its latest version. The option to revert would be fantastic, just like we have when we update Unraid Core. If something goes wrong, please let me go back to the previous state so as not to destroy my system. In this case, it's an issue and it's aesthetic, but in other updates it may be more of a compromise for those of us who have our Unraid system as the head of our production environment for "documentaries about killer ants and super-fast turtles", always recorded with our 8K camera, of course. Thanks for your time. Odon
  3. Here, the one who may have problems from April 1, 2025 is on the one hand the one who messes around a lot with docker and those 10 pulls are eaten in nothing or the one who has many dockers and many automated updates, we are already facing a person who knows what a docker login is, in that case until there is a solution in the web interface by unraid the best solution is: 1. Go to your dockerhub account and in Account Settings -> Personal access tokens and generate a new token without expiration date and with read-only access (to mitigate problems). 2. Once the previous step is done, follow the instructions that it gives us, which is basically in the unraid terminal: docker login -u <user_dockerhub> And in password the generated token. Ready, you already have 100 pulls/h.
  4. It is a simple solution, in the next version of unraid we will incorporate in the docker tab an option to enter dockerhub as anonymous (like now) or by entering your credentials, with that you go from 10 requests per hour to 40 per hour.
  5. Gentlemen of Unraid. What is the connection between updating Unraid Connect to version 2025.02.20.1632 today and completely breaking my theme? And isn't that the case, is it that the Theme Engine plugin stops working completely. I've spent many hours setting up the system to my liking, and with each update I'm surprised? It would be good at the plugin level if you controlled a roll-back for these situations, because it's scary to update the plugin on other systems and break it aesthetically. Any solution? Thanks, Odon
  6. Hi friend, You have the option to put the following at the end of your custom CSS code from the Theme Engine Plugin: .red-text { color: var(--base07) !important;; } That --base07 corresponds to some of the colors you have above, if you want your custom color pass the color, for example: .red-text { color: #a3be8c !important;; } I hope it helps.
  7. Thanks for your modifications, I'm including them in my main theme and uploading them to github in case anyone wants the same theme already built. Odón https://github.com/unraiders/unraid-theme/
  8. I use one that I customized myself, I attach the complete zip file in case you are interested, you can import it from the top with the "Import Zip" option, if you do not want to install it look inside it is just a .css and a cfg. that the plugin uses. Odón. QUAD-black.zip
  9. Last modification within the CPU colors, I think it looks better. I leave it here in case anyone else is interested. Odón /* "cpu_open" (inside the cpu cores) */ .cpu_open { background-color: #3b4252 !important; }
  10. Oh great, I also added this so that the inside of the Docker container would come out well. Thank you very much for seeing the light. Odón /* "outer" (inside dockers containers in dash) */ .outer { background-color: #3b4252 !important; }
  11. They know it and they pass, we agree that nobody should maintain anything if they don't want to but at least a "sorry guys, I'm not going to maintain it" but it doesn't seem like it either, so those of us who have the plugin installed can look for alternatives.
  12. You've already heard this before, are you going to share how you did it? Or is it just to show that it can be done? Thanks
  13. Thank you for your reply, I am attaching 2 images so you can see the difference with the plugin with the same options and colors from 6.12.13 to 7.0.0-beta.4. Do you think we can have an easy solution? PD: Only in administration page, the others pages the view is OK. Thank you Odón
  14. Hi, do you plan to continue developing the plugin? In 7.0.0-beta.2 there are some bugs, I imagine they have changed and the css would have to be modified. Thanks,
  15. Hello colleagues, First of all, thank you developers, without you this would not be possible. There is some possibility that in a future version within the options "Script to run before move" and "Script to run after move" it will be possible to pass a script with parameters like /appdata/loquesea/mibonitoscript.sh --option "pepe". This is very useful if you want to make the most of the function's options, otherwise you have to have a script with each option. PS: maybe I've missed something and if you can pass a script with parameters. Thank you, Odon
  16. Hi everybody, Does this not work anymore in 6.8.12 with the theme engine plugin? When I change it in the theme engine's custom css it doesn't change the text. </style> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function() { $( ".fan_view td:contains('Ventilador 1')" ).text("CPU"); $( ".fan_view td:contains('Ventilador 2')" ).text("BackPlane"); $( ".fan_view td:contains('Ventilador 3')" ).text("NVMe"); $( ".fan_view td:contains('Ventilador 4')" ).text("CASE (rear)"); $( ".fan_view td:contains('Ventilador 5')" ).text("Prueba 5"); $( ".fan_view td:contains('Ventilador 6')" ).text("Prueba 6"); }); </script> <style> The text is in Spanish but come on, this is what appears on the dashboard. Thanks. Odón.
  17. Ok, I understand that when you package for unraid you do it with what comes from zabbix (docker) directly. I'm going to see what they count there. Thank you,
  18. Correct, it is necessary to edit the locales.inc.php file, which is where the Spanish language is deactivated and so that it is displayed in the web interface in the language selection drop-down menu. Until it is set to true in the locales.inc.php file, it does not appear as available on the web. This is not exclusive to the Spanish language and is one of all the languages that are set to false in locales.inc.php. I attach an image of the part that needs to be activated in locales.inc.php. Thank you
  19. That's what I do, I access the container terminal from the unraid option, I go to the path that I need to modify and as I show you in the example in this case I show you with copy but using vi to edit it I get the same result, the file It's read only. The container user as shown is zabbix. Thanks
  20. Thanks for your reply but i need acces to the terminal of container "Zabbix-Webinterface" for modify the file locales.inc.php and when save the result is file is read only, in your url is for the admin users in the interface. Thanks for your work!!! Odon
  21. Hi, What is the user / password for terminal for Zabbix web interface container, I need change the locales.inc.php for add the spanish language. Thanks.

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.