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.

pacmac

Members
  • Joined

  • Last visited

Solutions

  1. pacmac's post in Unraid - Policy Based Routing (PBR) was marked as the answer   
    This is my configuration:

    # Crete separate routing tables per interface
    echo "1 vlan13" >> /etc/iproute2/rt_tables
    echo "2 vlan1" >> /etc/iproute2/rt_tables
    # Add route to tables
    ip route add 10.0.13.0/24 dev br0.13 table vlan13
    ip route add default via 10.0.13.1 table vlan13
    ip route add 192.168.2.0/24 dev br0 table vlan1
    ip route add default via 192.168.2.1 table vlan1
    # Add rules based on the origin to use the correct table
    ip rule add from 10.0.13.2/32 table vlan13
    ip rule add from 192.168.2.50/32 table vlan1

    Modify it for your use case, test it in a shell and when it works for you, just save it in /boot/config/go and reboot.
  2. pacmac's post in Intermittent Web UI hangs was marked as the answer   
    Changed my Unraid address from 10.0.13.2 to 10.0.13.5. No more problems in 4 hours. I don't understand why. The address was not used by any other machine in my network.

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.