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.

Changing server IP address does not change br0 auxiliary addresses

  • Minor

I'm running Unraid 7.2.0 and after changing server's IP address I see that docker's br0 has not been updated to reflect the change:

docker network inspect br0
[
    {
        "Name": "br0",
        ...
        "IPAM": {
            "Driver": "default",
            "Options": {},
            "Config": [
                {
                    "Subnet": "192.168.100.0/24",
                    "Gateway": "192.168.100.1",
                    "AuxiliaryAddresses": {
                        "server": "192.168.100.11"
                    }
                }
            ]
        },
        ...
    }
]

192.168.100.11 is an old IP, and is not used by the server anymore, however I cannot assign the IP to any container as it's marked as used by docker.

The topic above may be related.

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.