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.

need my unraid server to connect via a proxy server that I have

Featured Replies

Hello, I want my unrade to connect via proxy server that I have running.

I did try this in my config/go file

 

#!/bin/bash
http_proxy=http://xxx.xxx.xxx.xxx:xxxx
https_proxy=http://xxx.xxx.xxx.xxx:xxxx
echo "export http_proxy=\"http://xxx.xxx.xxx.xxx:xxxx\"" >> /root/.bash_profile
echo "export https_proxy=\"http://xxx.xxx.xxx.xxx:xxxx\"" >> /root/.bash_profile
# Start the Management Utility
/usr/local/sbin/emhttp &

 

But when I look at vpn manager, I can see that I not have the right IP I should have if I was via my proxy.

 

Can anyone help me to setup so my unraid machine connect to a proxy please.

Thanks.

Edited by kiptanoi

  • Community Expert

the go file should be:

# Start the Management Utility
/usr/local/sbin/emhttp &

Commands at boot before some servicesw are started...

This appear to be a user script that need to be ran at startup of array. Install user script plugin and make a script and at this to that script.
#!/bin/bash
http_proxy=http://xxx.xxx.xxx.xxx:xxxx
https_proxy=http://xxx.xxx.xxx.xxx:xxxx
echo "export http_proxy=\"http://xxx.xxx.xxx.xxx:xxxx\"" >> /root/.bash_profile
echo "export https_proxy=\"http://xxx.xxx.xxx.xxx:xxxx\"" >> /root/.bash_profile

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.