Whatbox Logo

Wiki > notifiarr

This app is not supported by Whatbox.

  1. mkdir -p ~/notifiarr
  2. cd ~/notifiarr
  3. wget wget https://github.com/Notifiarr/notifiarr/releases/download/v0.8.3/notifiarr-0.8.3-2118-x86_64.pkg.tar.zst
  4. tar --zstd -xvf notifiarr-0.8.3-2118-x86_64.pkg.tar.zst -C ~/notifiarr/
  5. mkdir -p ~/notifiarr/config
  6. ~/notifiarr/usr/bin/notifiarr init -c ~/notifiarr/config/config.conf
  7. copy and paste contents of example conf file to yours, edit api_key create ui_password edit port for bind_addr port 5454 is in use by whatbox
  8. run screen screen -S notifiarr
  9. run notifiarr ~/notifiarr/usr/bin/notifiarr -c ~/notifiarr/config/config.conf
  10. detach from screen CTRL+A the D

Needs a valid configuration file created and pointed to using -c

Example configuration file https://github.com/Notifiarr/notifiarr/blob/main/examples/notifiarr.conf.example