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.

Unraid gui through reverse proxy

Featured Replies

Id like to be able to access the unraid webgui via reverse proxy now that unraid 6.4 has letsencrypt SSL certs

 

I'd like to navigate to www.web.com/admin and be able to access the gui, but unraid doesnt have an option for adding a base url

 

Im currently using this:

 

    location ^~ /admin {
        include /config/nginx/proxy.conf;
        proxy_pass http://192.168.187.10:8181;
    }

 

unraid isn't expecting to see /admin so nothing loads. Is there a way to add /admin to the target url even though unraid doesnt allow for customizing the base url it uses?

You may just want to wait, as there are plans in the works:

 

But if you have to set something up today, see below.  No guarantees, no warranties  :) 

 

 

  • Author

ah perfect, thanks!

 

ill give that a go, but in the mean time does anyone know if theres a way to use a subdirectory (web.com/admin) rather than a subdomain (admin.web.com)?

That is pretty interesting, Nginx actually rewrites html on the fly to use the subdirectory. I can see how that would work for a static site, but I don't see how it could account for all the ways that javascript might construct urls. Personally, I wouldn't feel comfortable using that feature on the unRAID webgui, if it misses something the effects could be severe.

Archived

This topic is now archived and is closed to further replies.

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.