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.

dalben

Members
  • Joined

  • Last visited

  1. I have a small NAS that wakes up at 2am and shuts down at 7am. I setup a mount in Unassigned Devices and it works well. I would see it /mnt/remotes. This morning it wasn't mounted. I check Unassigned devices, the green dot was there but I needed to manually mount. I check the settings and automount was on, as was sharing. Is Unassigned Devices designed to remote in this scenario, or was I assuming it does something it doesn't do?
  2. now I feel stupid. Thanks for pointing out the obvious I just didn't see. I am after yq, the yaml version of the jq parser.
  3. Not sure if I asked this previously but this has me stumped. root@tdm:~# un-get search yq Please wait, performing search... Found the following package(s) for your search 'yq' in repositories: pyquery-2.0.1 PyQt-builder-1.19.0 PyQt5-5.15.11 PyQt5_sip-12.17.1 python-doxyqml-0.5.3 root@tdm:~# un-get install yq Can't find package(s): yq! What am I doing wrong?
  4. I did a bit more digging around and it does seem to be my end. Edge gives me this behaviour. Edge incognito, Chrome and Chrome Incognito display the correct behavior. I'll keep hunting at my end until it's sorted. Just odd it only started happening after the 7.2 upgrade
  5. Dunno then. All I can tell you is that on 7.1.4 (I think) it worked. After the upgrade to 7.2 it didn't. The console errors show its trying to pull data https://servername and it fails. I edit the command in dev mode to http://servernane and it works. When I go via caddy reverse proxy to the https URL, it works. Thats about the extent of my technical knowledge.
  6. OK, looking at those logs I worked out what it is. Connect to Unraid Web UI with HTTPS and all is good. When I connect with HTTP I get the Please wait message. When I'm at home I normally hit http://servername to reach the Web UI. The Dashboard tile seem to hardcode https://url when trying to pull data rather than use what, which fails when someone is accessing without a cert. From my console I see the gpustat has the same issue.
  7. Not sure if this has already been reported or not. Upgraded to 7.2 today. NUT seems to work fine but the dashboard tile never loads. It's been like that for about 4 hours now. I have disabled it and re-enabled it without much luck.
  8. I ended up, using the LSIO/ffmpeg container. Standalone ffmpeg that only starts up when you call it.
  9. I tried that, and for some reason un-get thinks it' already installed, but it's not. a "find / -type f -name 'ffmpeg' 2>/dev/null" found nothing. I guess I need to find a docker with it in there and easy to use
  10. Transmission_VPN has anyone been able to add an External Providers config thats available on haugene/transmission-openvpn? I want to add the ExpressVPN config but I can't workout how to add that to the current template. I tried copying the deluge-vpn instructions but that seems quite a different setup.
  11. Just set this up and it looks good. I can reach it internally but when I try to reach it externally, via Nginx Proxy Manager reverse proxy, I get 500 Errors. Anyone else see this? Most like misconfigured on my side but most of the options have been tried. Dug around a bit and the logs show *10086 invalid port in upstream as the issue. Not sure what else to try. The config files look like the others. *All sorted now. BDU error. One does not need http:// when nginx requires only the host address.
  12. Agree, another Unraid user here and I like being able to see each docker individually on reserved IPs. A quick trial with IPvlan had the Unraid console completely confused and close to unusable for Docker listing.
  13. I found these entries in /boot/config/ident/cfg USE_WSD="yes" WSD_OPT="" WSD2_OPT="-4 -i br0" Can anyone tell me what they are for or what they do? I've searched the forum with no luck
  14. But why would samba want br0? That doesn't make much sense to me.
  15. Running 6.12.0 RC5 but I'm not sure if this is release related or some other random warning in my syslog. The only related changes I can think of is I reconfigured my network settings, removing bro from eth0, and moving all Dockers to a second nic which is configured with br1. I checked smb-extra.cfg but everything in there is commented out. Diagnostics attached May 5 12:51:36 tdm ool www[32701]: /usr/local/emhttp/plugins/dynamix/scripts/emcmd 'cmdStatus=Apply' May 5 12:51:36 tdm emhttpd: Starting services... May 5 12:51:36 tdm emhttpd: shcmd (5160097): /etc/rc.d/rc.samba restart May 5 12:51:38 tdm root: Starting Samba: /usr/sbin/smbd -D May 5 12:51:38 tdm root: /usr/sbin/nmbd -D May 5 12:51:38 tdm root: /usr/sbin/wsdd2 -d -4 -i br0 May 5 12:51:38 tdm root: Bad interface 'br0' May 5 12:51:38 tdm root: May 5 12:51:38 tdm root: WSDD and LLMNR daemon May 5 12:51:38 tdm root: Usage: wsdd2 [options] May 5 12:51:38 tdm root: -h this message May 5 12:51:38 tdm root: -d become daemon May 5 12:51:38 tdm root: -4 IPv4 only May 5 12:51:38 tdm root: -6 IPv6 only May 5 12:51:38 tdm root: -u UDP only May 5 12:51:38 tdm root: -t TCP only May 5 12:51:38 tdm root: -l LLMNR only May 5 12:51:38 tdm root: -w WSDD only May 5 12:51:38 tdm root: -L increment LLMNR debug level (0) May 5 12:51:38 tdm root: -W increment WSDD debug level (0) May 5 12:51:38 tdm root: -i <interface> reply only on this interface (br0) May 5 12:51:38 tdm root: -H <name> set host name (tdm) May 5 12:51:38 tdm root: -A "name list" set host aliases () May 5 12:51:38 tdm root: -N <name> set netbios name (TDM) May 5 12:51:38 tdm root: -B "name list" set netbios aliases () May 5 12:51:38 tdm root: -G <name> set workgroup (RADIKAL) May 5 12:51:38 tdm root: -b "key1:val1,key2:val2,..." boot parameters: May 5 12:51:38 tdm root: vendor: unknown May 5 12:51:38 tdm root: model: unknown May 5 12:51:38 tdm root: serial: 0 May 5 12:51:38 tdm root: sku: unknown May 5 12:51:38 tdm root: vendorurl: (null) May 5 12:51:38 tdm root: modelurl: (null) May 5 12:51:38 tdm root: presentationurl: (null) May 5 12:51:38 tdm root: /usr/sbin/winbindd -D May 5 12:51:38 tdm emhttpd: shcmd (5160101): /etc/rc.d/rc.avahidaemon restart tdm-diagnostics-20230506-0959.zip

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.