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.

Pegasbur

Members
  1. For me below steps worked flawlessly to have Asus Z890 Plus Wifi drivers recognized on Unraid, and mobo, fan, etc., sensor data read. Unraid terminal sensors Then grep -H . /sys/class/hwmon/hwmon*/name Then sensors-detect For sensors-detect, press Enter to accept the recommended/default answers. At the end, it should report something resembling: ... Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes Found unknown chip with ID 0xd806 (logical device B has address 0x290, could be sensors) ... Take a note of force_id 0xd806 Driver nct6775 Chip Nuvoton NCT6799D The name of the chip may differ. Don’t modify /boot/config/go or add acpi_enforce_resources=lax yet, the latter is an older workaround with potential side effects. Input modprobe nct6775 sensors Result nct6798-isa-0290 Adapter: ISA adapter SYSTIN: +32.0°C CPUTIN: +44.0°C AUXTIN0: +30.0°C fan1: 700 RPM fan2: 500 RPM ... Unraid Terminal grep -n "nct6775" /boot/config/go Then nano /boot/config/go In the new window, add this line below #!/bin/bash: You have your force_id from above previous codes modprobe nct6775 force_id=0xd806 Save with: Ctrl+O → Enter → Ctrl+X

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.