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.

xcore

Members
  • Joined

  • Last visited

Everything posted by xcore

  1. The system is supposed to work over reboots and updates with no unintended configuration changes, that's the reason of the feature request. Is there a way to specify domainname in the Unraid configuration? Because if not, I'm back to square 1, and if it's possible, it's clearly my bad for not paying attention. Please point me to the place where it's configured in UI in the latter case. Please don't suggest putting FQDN into "settings->Identification->Server name" unless it's parsed and only host part ends up in /etc/hostname.
  2. Thank you, I put a feature request for /etc/rc.inet1.conf
  3. Hi, Please consider adding some loginc into /etc/rc.inet1.conf to populate "search" option of /etc/resolv.conf.'' Thank you.
  4. I looked quickly thru /etc/rc.inet1.conf, and it does not include "search" at all. On the other hand, it seems like /etc/resolv.conf is staying more or less intact in-between upgrades/IP address changes. Question: is there a way to specify search domain list from gui, or I just edit /etc/resolv.conf and hope it does not change?
  5. Hi, I changed my question to answer since I figured it out. Might be it will help soneone else down the road. By default Docker assigns 172.17/16 subnet to the bridge. In my case I needed 172.17/16 for macvlan network, so I swapped default allocation to 172.18/16. In order to do this: 1. # mkdir /etc/docker && cd /etc/docker 2. # echo > /etc/docker/daemon.json <<EOF { "bip": "172.18.0.1/16", "default-address-pools": [ {"base": "172.18.0.0/16", "size": 24} ] } EOF 3. Restart Docker and enjoy your new bridge allocation. If at any point you need to observe Docker log: # tail -f /var/log/docker.log Thank you.

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.