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.

earnhardt

Members
  • Joined

  • Last visited

  1. As a possible alternative to docker login which was being flaky on my unraid and still hitting limit after successful login. (supposedly 100 pulls for anonymous and 200 for authenticated : timer reset every 6 hours) I found using a mirror alleviated dockerhub rate block. edit /etc/docker/daemon.json and add: "registry-mirrors": ["https://grc.io"] Here's how mine looked: cat /etc/docker/daemon.json { "runtimes": { "nvidia": { "path": "/usr/bin/nvidia-container-runtime", "runtimeArgs": [] } }, "registry-mirrors": ["https://grc.io"] } Note that mirror availability can change; it is best to verify they are active before production use.
  2. https://support.unraid.net/helpdesk/tickets/1054 Not sure why I cannot load diagnostics
  3. I'm the same way and still on 6.9.2 which has been running without issues ๐Ÿคžand I can't afford the downtime to troubleshoot unforeseen issues. I think I need to build another UNRAID server just for pre-production upgrade testing....๐Ÿ˜’ docker container ps -a --format "{{.State}}"|wc -l 162 docker container ps -a --format "{{.State}}"|grep running|wc -l 41

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.