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.

kp74508

Members
  • Joined

  • Last visited

  1. My system was suffering from this condition. I could not execute this fix quoted above due to file locks. I was able to resolve the problem by de-activating the flash backup in the MyServers plug in, rebooting, and re-activating the flash backup. I hope this fix sticks. 🙂
  2. Since this was the first result in a Google search when I was looking for a solution, I will post my solution here. I created an MDNS reflector with a Docker container to reflect between my secure LAN , IOT -VLAN2, and Guest -VLAN3 networks. Change the specifics to fit your situation. 1- Create docker networks for the VLANs (one time setup in Unraid terminal): docker network create --driver macvlan --subnet 192.168.2.0/24 --gateway 192.168.2.1 --opt parent=eth0.2 vlan2 docker network create --driver macvlan --subnet 192.168.3.0/24 --gateway 192.168.3.1 --opt parent=eth0.3 vlan3 2- Create docker container: Name:Avahi (name is used in Post Arguments later) Repository:flungo/avahi Network Type:Custom:br0 Fixed IP address:192.168.1.20 Docker Variables: REFLECTOR_ENABLE_REFLECTOR Key:REFLECTOR_ENABLE_REFLECTOR Value:yes Docker Post Arguments: (ADVANCED VIEW) ; docker network connect vlan2 Avahi --ip 192.168.2.20; docker network connect vlan3 Avahi --ip 192.168.3.20
  3. I am having the same issue on v6.9.1 on CA installed containers. If I attempt to change the container CPU pinning via the dashboard page the changes do not save. If I change the container advanced settings the changes do save however, they are out of sync with the settings displayed on the dashboard page. When the container is running, It appears that the dashboard page settings take precedence. The work around I found was to delete and then re-add the container.

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.