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.

sparklyballs

Community Developer
  • Joined

  • Last visited

Everything posted by sparklyballs

  1. sparkly ball icon set......
  2. i'm not colour blind, just a tad regular blind, lol. and i'm always squinting at the icons on the share page, i can't tell the difference between the red and yellow triangles solely down to their size.
  3. on the array states have three different shapes, any type of colour blindness solved that way.
  4. circles for everything is well (circles a perfect shape) triangles for warnings (fairly universal warning sign) squares for serious shit (denotes stop/stopped)
  5. about the only thing i can add is for the icons to be slightly larger and for similar colours to have very different shapes.
  6. got a reply back from supermicro and they linked me here. https://www.thomas-krenn.com/en/wiki/Supermicro_Motherboards_hide_IPMI_Sensors
  7. Could you try this command ipmitool raw 0x30 0x03 no output and no change in the webui page. http://www.supermicro.com/support/faqs/faq.cfm?faq=10307 was it supposed to return a reservation code or something akin to that post i linked. It was supposed reset the chassis intrusion like here http://www.supermicro.com/Aplus/support/faqs/faq.cfm?faq=11894 But I was looking at the link you posted too. You could try disabling it if that's what you wanted. yes please.... I was looking at this link http://www.supermicro.com/support/faqs/faq.cfm?faq=10307 But I'm not sure what the sensor's record address would be for your board. I was looking at the sdr.txt with a hex editor and at offset 4b8 there's the info for your chassis sensor but I'm not sure if the 01 immediately following the 17 is what you want but maybe their tech support can help. The aa is the address from ipmitool sdr elist. just fired off email to them, thank you for your assistance, and once again thanks for the plugin.
  8. Could you try this command ipmitool raw 0x30 0x03 no output and no change in the webui page. http://www.supermicro.com/support/faqs/faq.cfm?faq=10307 was it supposed to return a reservation code or something akin to that post i linked. It was supposed reset the chassis intrusion like here http://www.supermicro.com/Aplus/support/faqs/faq.cfm?faq=11894 But I was looking at the link you posted too. You could try disabling it if that's what you wanted. yes please....
  9. Could you try this command ipmitool raw 0x30 0x03 no output and no change in the webui page. http://www.supermicro.com/support/faqs/faq.cfm?faq=10307 was it supposed to return a reservation code or something akin to that post i linked.
  10. and the text file. sdr.txt
  11. Does it show up as a sensor? If so, could you post the results of ipmitool sdr elist or ipmitool sdr dump sdr.txt. The later will produce a binary file that you should be able to post. CPU Temp | 01h | ok | 3.1 | 32 degrees C System Temp | 0Bh | ok | 7.1 | 29 degrees C Peripheral Temp | 0Ch | ok | 7.2 | 36 degrees C PCH Temp | 0Ah | ok | 7.3 | 42 degrees C VRM Temp | 48h | ok | 8.1 | 32 degrees C DIMMA1 Temp | B0h | ns | 32.64 | No Reading DIMMA2 Temp | B1h | ok | 32.65 | 28 degrees C DIMMB1 Temp | B4h | ns | 32.68 | No Reading DIMMB2 Temp | B5h | ok | 32.69 | 28 degrees C FAN1 | 41h | ok | 29.1 | 2000 RPM FAN2 | 42h | ok | 29.2 | 1600 RPM FAN3 | 43h | ok | 29.3 | 1600 RPM FAN4 | 44h | ok | 29.4 | 2400 RPM FANA | 45h | ok | 29.5 | 1500 RPM Vcpu | 20h | ok | 3.2 | 1.81 Volts VDIMM | 24h | ok | 32.1 | 1.46 Volts 12V | 30h | ok | 7.17 | 12 Volts 5VCC | 31h | ok | 7.33 | 5.03 Volts 3.3VCC | 32h | ok | 7.32 | 3.34 Volts VBAT | 33h | ok | 7.18 | 3.06 Volts AVCC | 35h | ok | 7.36 | 3.33 Volts VSB | 36h | ok | 7.35 | 3.31 Volts Chassis Intru | AAh | ok | 23.1 | General Chassis intrusion
  12. i have one question, can i get turn off chassis intrusion detection, something in this plugin i can set to ignore it.
  13. works with my board in sig, thanks.
  14. take a look at my kodi container template.xml in my main repo for a look at defining variables there. and as for inputting them in the advanced view manually, and in fact putting them in the template xml you can use the variables in the script, removing the leading $.
  15. you can pass in variables by either adding them to the template.xml or manually by hitting advanced when adding/editing the docker in the unraid webui. if this is your container, i'm not sure if it will let you get away with using USER as a variable or not though, because user is a docker command in build stage, so you may want to edit the script.
  16. As promised the template was updated. Thanks for your suggestions. damn, as well as being a bad communicator, i'm also tired and missed where you said about updating. now i look silly
  17. I'm not the best at explaining things (i'm an awful communicator) , so here's some pictures to illustrate the idea. all the port assignments are the same in the template.xml so now when i change the host port when adding the container, i go to port 8088 when clicking the webui for that container. the way you have it set, i'll always go to port 8088 in the webui link for tmm but that is my piwigo container.
  18. it works like this, all three values for the web interface port should be the same in the template, host port , container port and the port in the webui tag. then if someone else has a container on 8080, they change their host port in the template when adding the docker and when they click the webui link they'll go to the correct mapping for that particular container.
  19. The template as quoted is right. I will update as suggested but 8080 is very common and the issue will resurface for others they can remap the port to mitigate that, as it stands though, i can't add another port in and map 8088 to it, because of my preexisting container on 8088
  20. your template xml is like this. <WebUI>http://[iP]:[PORT:8088]/#/client/c/tinyMediaManager</WebUI> <HostPort>8088</HostPort> <ContainerPort>8080</ContainerPort> because of the difference between container port and webui port tags, i can't access the webui because i already have a container on 8088 and i can't remap with the way it is presently. i think all three values for port should be the same as the exposed port in the container, and then if there are any clashes, end users can alter the host port and the webui link is smart enough to take them to their remapped port.
  21. yeah, looks like tvdb having an issue like it does every now and then. I had the issue with TVDB, IMDB and TMBD. Tried everything to restarting docker, restarting unraid server. Still was not working. Just deleted and installed TMM again. And it works now. Will keep checking if the issue returns. check this out..... http://lime-technology.com/forum/index.php?topic=39597
  22. yeah, looks like tvdb having an issue like it does every now and then.
  23. I like this idea. Great idea. I would also like to see a plugin that could be used for creating archives. @LT, Any thoughts on making this a reality? Creating officially managed plugins from LT is something we are looking to do. Stay tuned for more information on that. can we get git ?

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.