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.

timrettop

Members
  • Joined

  • Last visited

Everything posted by timrettop

  1. Is the CA User Scripts plugin open for development contributions? I'd be interested in having a syntax check button on the script editing page to check your work prior to executing the script.
  2. Hi there, after updating to 6.12.12 using the Dynamix Fan Control, its stopped detecting "highest disk temp" value and is reporting 0º causing the fans to run at 0 rpm. Aug 21 19:31:40 unraid autofan: Highest disk temp is 0C, adjusting fan speed from: FULL (100% @ 0rpm) to: OFF (0% @ 0rpm) This was fine with 6.12.11. Version 2023.02.05a was included in the update and theres no errors in the logs during the installation or afterwards. In the GUI management settings I could detect the PWM and min fan setting. I've disabled the plugin and resumed fan speeds.
  3. @RobJ The version check fails with 6.10 (As you predicted when you created this. This seems to be a valid alternative version check from a variety of version number tests I've tried. It pulls the major and minor version numbers and then tests with those values to determine whether to add the string. I initialized $v as well to simplify it slightly. v="" #Initialize $v # check unRAID version v1=`cat /etc/unraid-version` #v1="version=\"7.0.5\"" # For Testing v2="$(echo $v1 | cut -d \" -f2)" v2M="$(echo $v2 | cut -d '.' -f 1)" v2m="$(echo $v2 | cut -d '.' -f 2)" if [[ $v2M == 6 ]] then if [[ $v2m -ge 2 ]] then v=" status=progress" fi elif [[ $v2M -gt 6 ]] then v=" status=progress" fi #echo -e "v1=$v1 v2=$v2 v2M=$v2M v2m=$v2m v=$v\n"

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.