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.

ggal625

Members
  • Joined

  • Last visited

  1. Updated delugevpn and now I'm getting this error: [crit] VPN provider remote gateway not defined (via -e VPN_REMOTE), exiting... I'm using AirVPN. Didn't have to specify this before. Tried setting VPN_REMOTE to the remote host in the ovpn file, but then it asked for VPN_PORT. Tried setting that and then it asked for VPN_PROTOCOL so I gave up.
  2. Here's a patch for the division by zero problem: --- swapfile.php.orig 2013-02-24 12:43:02.000000000 -0500 +++ swapfile.php 2013-02-24 12:43:02.000000000 -0500 @@ -35,7 +35,9 @@ } shell_exec("rm --force /tmp/swapfile_summary.txt"); -$percentage = round(((float)$swapfile_usage)/((float)$swapfile_size)*100); +$percentage = 0; +if ($swapfile_size > 0) + $percentage = round(((float)$swapfile_usage)/((float)$swapfile_size)*100); $control_actions_exist = "false"; $version_actions_exist = "false";

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.