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.

drsprite

Members
  • Joined

  • Last visited

  1. Turns out this is pretty simple to implement. It requires editing core files - which means it'll probably be lost one day on upgrades. I have no idea if this can be done with a community app, but this is at least a beginning for us who are used to docker-compose but still able to use the dynamix docker manager web interface. Tested this in version 6.9.2 I take no responsibility if you break something. Make sure you have a backup of this file before you begin. It would be great to see this included in the core of unraid since it's such a simple addition. Edit /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php Look for public function getAllInfo($reload=false) { and at the very end of the foreach add: if ($ct['Icon']) $tmp['icon'] = $ct['Icon']; if ($ct['url']) $tmp['url'] = $ct['url']; Look for public function getDockerContainers() { and inside the foreach, beneath the line containing $c['BaseImage'], add: $c['Icon'] = $info['Config']['Labels']['net.unraid.docker.icon'] ?? false; $c['url'] = $info['Config']['Labels']['net.unraid.docker.webui'] ?? false; Clear browser cache and reload the unraid web ui. Icons and webui links from unraid templates still work, and those from a docker container label also now work.
  2. This is a great idea and I'm surprised it's not implemented since labels are native to docker

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.