Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Lidarr/Overseerr/Ombi via the use of chat!
Refer to the Wiki for detailed steps: https://github.com/thomst08/requestrr/wiki
Open a command prompt/terminal and then use the following command create and start the container:
docker run -d \
--name requestrr \
-p 4545:4545 \
-v path to config:/root/config \
--restart=unless-stopped \
thomst08/requestrr
You can also choose to run the container as a different user. See docker run reference for how to set the user for your container.
Then simply access the web portal at http://youraddress:4545/ to create your admin account, then you can configure everything through the web portal.
Once you have configured the bot and invited it to your Discord server, simply type /help to see all available commands.
If you just need commands to quickly setup Requestrr with no issues, use the following commands:
mkdir /opt/Requestrr
mkdir /opt/Requestrr/config
docker run -d \
--name requestrr \
-p 4545:4545 \
-v /opt/Requestrr/config:/root/config \
--restart=unless-stopped \
thomst08/requestrr
Refer to the Wiki for detailed steps on how to build: https://github.com/thomst08/requestrr/wiki/Build-Instructions
Thank you goes out to the following people: