Wiki > notifiarr
This app is not supported by Whatbox.
mkdir -p ~/notifiarr
cd ~/notifiarr
wget wget https://github.com/Notifiarr/notifiarr/releases/download/v0.8.3/notifiarr-0.8.3-2118-x86_64.pkg.tar.zst
tar --zstd -xvf notifiarr-0.8.3-2118-x86_64.pkg.tar.zst -C ~/notifiarr/
mkdir -p ~/notifiarr/config
~/notifiarr/usr/bin/notifiarr init -c ~/notifiarr/config/config.conf
- copy and paste contents of example conf file to yours, edit
api_key
createui_password
edit port forbind_addr
port 5454 is in use by whatbox - run screen
screen -S notifiarr
- run notifiarr
~/notifiarr/usr/bin/notifiarr -c ~/notifiarr/config/config.conf
- detach from screen
CTRL+A
theD
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