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.

HandyGuy

Members
  • Joined

  • Last visited

Solutions

  1. I was finally able to figure this out incase it helps anyone else.

    My issue is my unraid is on a subnet different than my laptop/desktop. The Unraid firewall for the vpn connection treats all ips on different subnet as "external" so replies to my desktop was going through the wireguard interface not allowed to go back to my desktop.

    So what solved it for me was the following that I add to User Scripts. If you don't understand below or it doesn't work straight away then I would just paste it to chat gpt asking how to figure out your docker gateway and the interface for the particular interface "shim-br0"

    #!/bin/bash
    ip route replace <my non server subnet>/24 via <docker gateway> dev shim-br0 table 200 || true

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.