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.

Go File, extra parameters

Featured Replies

I have this in my Go file, do I need it?  I guess I put it in there a long time ago and not sure what it does anymore.  If I don't need it, what should I delete?  

 

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp -p 8088 &

Yes you need it.. that's default.  Not sure about the port 8088 though, maybe at some point you specifically changed the WebUI port to 8088 instead of running on 80? (Should be in your settings though).

Changing the port is deprecated now (don't recall if it even works anymore).  To move the UI to a different port, you adjust the appropriate setting within the UI.

  • Author
2 hours ago, Squid said:

Changing the port is deprecated now (don't recall if it even works anymore).  To move the UI to a different port, you adjust the appropriate setting within the UI.

Where is that setting?  And what can/should I delete from the Go file?

2 minutes ago, squirrellydw said:

Where is that setting?  And what can/should I delete from the Go file?

 

The standard go file contains only:

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &

So remove "-p 8088"

 

You can change the port in the webui under Settings > Management Access

  • Author

thanks

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.