Skip to content

Tunneled

Compare
Choose a tag to compare
@davidnewhall davidnewhall released this 21 Aug 00:22
· 543 commits to main since this release
a541e15

Tunnel Support

Notifiarr client (this app) now connects to a tunnel server so the website (php) can make requests to the client without any port forwards, or being exposed to the Internet. This change greatly simplifies the configuration, expands the places where all features can be used, and secures your installation by allowing you to close ports and remove proxy configuration.

You no longer need to reverse proxy this app or port forward to expose it for the website.

Bugs Fixed

  • Fixes sabnzbd bytes unmarshal.
  • Fixes support for media.scrobble
  • Finds the missing delay items in queue.
  • Refuses to watch own log file. This causes loops.
  • WebUI was broken when first connection to website didn't work.
  • Missing save button on mobile.

Other Features

  • Adds notification endpoint for Prowlarr (auto configuration).
  • Corrects user-agent on most outgoing http requests.
  • WebUI footer turns red with message when config file is missing.
  • New systray module that supports double click. Double-click on tray/toolbar icon opens WebUI.
  • Systray menu can now be enabled on linux with USEGUI=true.