Whatbox Logo
Login for certain variables to be updated with your slot's information

Wiki > Requestrr

"Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Overseerr/Ombi via the use of chat!"

Installation

  1. Connect to your slot through SSH

  2. Download the latest version of Requestrr

     wget https://github.com/darkalfx/requestrr/releases/download/V2.1.2/requestrr-linux-x64.zip
    
  3. Extract the download

     unzip requestrr-linux-x64.zip
    
  4. Make the program executable

     chmod +x ~/requestrr-linux-x64/Requestrr.WebApi
    
  5. Launch and stop the program to create the initial configuration files

     cd ~/requestrr-linux-x64; ./Requestrr.WebApi | (sleep 2 && pkill -f Requestrr)
    
  6. 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 with Ctrl+s and then exit with Ctrl+x.

  7. 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!