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.

Stephan M.

Members
  • Joined

  • Last visited

Solutions

  1. Stephan M.'s post in Fan is not working on my device was marked as the answer   
    Thank you for your response.
    With the power of AI I found a solution for me.
    Used pwmconfig to create a fancontrol configuration file.
    That is now injected with a userscript that runs on array start.
     
    #!/bin/bash cat <<EOF | sudo tee /etc/fancontrol # Configuration file generated by pwmconfig, changes will be lost INTERVAL=10 DEVPATH=hwmon1=devices/pci0000:00/0000:00:06.0/0000:01:00.0/nvme/nvme0 hwmon3=devices/platform/it87.2608 DEVNAME=hwmon1=nvme hwmon3=it8613 FCTEMPS=hwmon3/pwm2=hwmon1/temp1_input FCFANS=hwmon3/pwm2=hwmon3/fan2_input MINTEMP=hwmon3/pwm2=45 MAXTEMP=hwmon3/pwm2=65 MINSTART=hwmon3/pwm2=22 MINSTOP=hwmon3/pwm2=20 MINPWM=hwmon3/pwm2=0 MAXPWM=hwmon3/pwm2=255 EOF echo "Starting fancontrol" /usr/sbin/fancontrol & exit 0  
     
  2. Stephan M.'s post in SMB Permission went wild was marked as the answer   
    Unfortunately none of the recommendations fixed it.
    Switch over to nfs and it works instantaneously.
    Thank you for the reply!
     
     

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.