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.

andy10102022

Members
  • Joined

  • Last visited

Everything posted by andy10102022

  1. I finally solved this for my setup today and wanted to share what worked. I had a situation where I had orphaned volumes. I figured it out by using commands from earlier in this thread. I ran this command from earlier in the thread from beastieg on 2/4/2021 docker ps | awk '{print $1}' | grep -v CONTAINER | xargs -n 1 -I {} sh -c "echo -e \\\n#================\\\nDocker container:{}; docker exec {} du -hx -d1 / " It showed that none of my active containers were using much space. I then found this stackoverflow post on deleting orphaned volumes https://stackoverflow.com/questions/27812807/orphaned-docker-mounted-host-volumes I ran this command that showed I had 3 orphaned volumes: docker volume ls -qf dangling=true I then ran this one to delete them: docker volume rm $(docker volume ls -qf dangling=true) I hope if you ended up here as I did after googling the high utilization message that unraid presented, that this might help you as well. Good Luck.

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.