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.

paperblankets

Members
  • Joined

  • Last visited

Solutions

  1. paperblankets's post in Can't access custom docker network after update. was marked as the answer   
    The solution was to Delete and recreate my custom docker network.
     
    Stop all containers  
    docker stop $(docker ps -a -q)  
    Remove the custom network docker network rm <YOUR_NETWORK_NAME> Recreate the network docker network create -d macvlan --subnet=<YOUR_SUBNET> --gateway=<YOUR_GATEWAY> -o parent=br0 <YOUR_NETWORK_NAME> Restart unraid
    For me unraid was quite unhappy. It failed to mount an unassigned device, which caused the docker engine to fail to start. Restart a 2nd time. Restart each container
    After this my network existed as expected (same as before), but the docker network was now accessible from br0.
    Unraid managed containers:
        I had to edit each container, change it's network to none, and then back to my custom docker network (Only one save).
    Compose managed containers:
       I had to down each stack, and then I could up it again. Some stacks with complex network configurations had additional fiddling.  
    After the above steps, I can reach containers on my custom docker network from their br0 forwarded ports/as expected.
     
    Other notes!
    I see this in my logs:
     
    kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. May 16 11:03:11 ms
    I wonder if it's related to the behavior change, or if after some part of unraid updating I just had to recreate my docker networks.

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.