Wiki > Requestrr
"Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Overseerr/Ombi via the use of chat!"
Installation
-
Connect to your slot through SSH
-
Download the latest version of Requestrr
wget https://github.com/darkalfx/requestrr/releases/download/V2.1.2/requestrr-linux-x64.zip
-
Extract the download
unzip requestrr-linux-x64.zip
-
Make the program executable
chmod +x ~/requestrr-linux-x64/Requestrr.WebApi
-
Launch and stop the program to create the initial configuration files
cd ~/requestrr-linux-x64; ./Requestrr.WebApi | (sleep 2 && pkill -f Requestrr)
-
Change the port used by Requestrr. Port 16613 has been automatically generated for you, but you may use another 5 digit port between 10000 and 32767.
nano ~/requestrr-linux-x64/config/settings.json
Go to the end of the file and change
"Port":4545,
to"Port":16613,
Save the file withCtrl+s
and then exit withCtrl+x
. -
Start Requestrr
cd ~/requestrr-linux-x64 ; screen -S requestrr ./Requestrr.WebApi
You can now access Requestrr at http://server.whatbox.ca:16613 - you must set a username and password!