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.

engels74

Members
  • Joined

  • Last visited

Everything posted by engels74

  1. Just wanted to chime in, with some very simple bash scripts. I'm using these, since I'm running SABnzbd behind a reverse proxy, but I'm sure they work fine using local addresses as well. pauseSAB.sh (before mover starts) #!/bin/bash # SABnzbd API key API_KEY="insert-api-key-here" # SABnzbd URL URL="https://sabnzbd.domain.com/api" # Pause command to SABnzbd curl -s "$URL?apikey=$API_KEY&mode=pause" > /dev/null resumeSAB.sh (after mover ends) #!/bin/bash # SABnzbd API key API_KEY="insert-api-key-here" # SABnzbd URL URL="https://sabnzbd.domain.com/api" # Pause command to SABnzbd curl -s "$URL?apikey=$API_KEY&mode=resume" > /dev/null The scripts work fine and pauses SABnzbd instantly. I haven't tested them extensively with the Mover running yet, though. But they do as advertised - pauses and resumes SABnzbd's downloads :)

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.