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.

hardy73

Members
  • Joined

  • Last visited

Everything posted by hardy73

  1. I use a USB to serial adapter with a ch340 chip. I pluged it to the internal USB connector and make a UDEV-rule for safety connection to the right USB. SUBSYSTEMS=="usb", KERNEL=="ttyUSB*", ATTRS{idVendor}=="1a86", SYMLINK+="LCD" Then I use the User Scripts Plugin to display some informations: At Startup of Array: #!/bin/bash hostname=$(hostname) ip=$(hostname -I | cut -d' ' -f1) stty -F /dev/LCD 1200 echo -e "M\x5E\x1" > /dev/LCD echo -e "M\x0C\x0 $hostname " > /dev/LCD sleep 2 echo -e "M\x0C\x1 $ip " > /dev/LCD At Stopping of Array: #!/bin/bash stty -F /dev/LCD 1200 echo -e "M\x5E\x1" > /dev/LCD echo -e "M\x0C\x1 reboot/shutdown " > /dev/LCD It is a quick and dirty job, but it works.

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.