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.

Use UNRAID from behind a proxy (corporate environment)

Featured Replies

I was having some issues using UNRAID in my corporate environment because there was a proxy for out side access. This was causing issues installing plugins and using plugins if I was able to "make" them install (doing it semi-manually by modifying the .plg file).

 

I wasn't able to find anything online so I wanted to share what worked for me.

 

I'm not sure if the bash profile was needed, or if just adding the exports to the go file does the trick; but I'm to lazy to figure it out since it's working:

  1. modify the '/boot/config/go' as such.  NOTE: you will need to fill-in/replace your own details for the export statments.
    1. #!/bin/bash
      
      export http_proxy=http://my-proxy-server.com:1111
      export ftp_proxy=http://my-proxy-server.com:1111
      export https_proxy=http://my-proxy-server.com:1111
      export no_proxy=my.com,.my.com,192.168.0.0/16,localhost,127.0.0.0/8,134.134.0.0/16
      
      # Start the Management Utility
      /usr/local/sbin/emhttp &
      
      echo "test -f /boot/config/mybashprofile && source /boot/config/mybashprofile" >> /root/.bash_profile
  2. Create '/boot/config/mybashprofile' with the following contents.
    1. export http_proxy=http://my-proxy-server.com:1111
      export ftp_proxy=http://my-proxy-server.com:1111
      export https_proxy=http://my-proxy-server.com:1111
      export no_proxy=my.com,.my.com,192.168.0.0/16,localhost,127.0.0.0/8,134.134.0.0/16

       

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.