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.

Setup NGINX Proxy Host to Access UnRaid Now Some GUI Elements are Missing

Featured Replies

Morning,

 

I embarked on an entirely unnecessary round of fiddling on my server because I decided that I wanted to be able to use unraid.home, cctv.home, films.home, plex.home etc on my local network to access all the docker services.  I've got this all working using Nginx Proxy Manager and Proxy Hosts forwarding these address to http://[Server IP Addredd]:[Port].  Everything resolves correctly and I don't appear to have any issues with any of that configuration.

 

But.  There's always a but with unnecessary fiddling!  Now when I visit the UnRaid GUI using unraid.home the GUI loads up, everything is working as far as I can tell but certain elements of the GUI are simply missing.  For example, on the Main page I can see the Array Devices list, the Pool Devices List, with the correct number of rows for the devices, but the rows are blank. No details for the device, identification, temp, reads, writes etc, can't click on anything, because it's not there.  Unassigned Disk Devices does list all it's items though! 

 

On the Dashboard page I can see details of all the Cache Pools, here the Array details are visible, the only place I can actually see the size and utilization of the array.  But the card for Parity is blank.  The Processor card is showing all the CPUs, but they all say 0% utilization all the time.  System card shows ram size, but everything relating to utilization is missing.  Interface card shows all the Network devices, but no information about them.  GPU card shows all devices and data.

 

Most other aspects of the GUI seem to be there, though I can't easily check.

 

Does anyone know what this is or how I can look at fixing it?

GUI.png

Solved by Mainfrezzer

  • Solution

you have to enable websocket support


Edit: In case you have no clue how to do that in nginx, this needs to be in there
 

proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_http_version 1.1;

 

Edited by Mainfrezzer

  • Author

Thanks so much, that was exactly the solution.  Nginx Proxy Manager has a check-box for websocket support, so that was a straightforward fix.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.