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.

[6.11.5] Unable to change docker container icon

  • Annoyance

I've been trying [unsuccessfully] to change the icon for a couple different containers. However I tried to change them [modifying the URL in the template, removing & reinstalling the template, removing images from the emhttp directory, ...], it always downloaded the original icon.

 

After poking around in /usr/local/emhttp/plugins/dynamix.docker.manager, I figured out that it was downloading the icon from the original docker template and not the icon from the user template; which meant it would never pick up a different icon. The error comes from the getIcon() method:

 

  public function getIcon($Repository,$contName,$tmpIconUrl='') {
    global $docroot, $dockerManPaths;
    $imgUrl = $this->getTemplateValue($Repository, 'Icon','all',$contName);
                                                           ^^^

 

'all' here loads all of the templates [both original and user] and, depending upon their sort order, the original template might override the user template. Which, in my case, it is.

 

I was able to get this to work as I wanted by using 'user' instead of 'all'. But, it's unclear if that's the correct solution.

 

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.