Added Requestrr template

This commit is contained in:
Darkalfx
2020-03-09 19:25:32 -04:00
parent 1e61c78b71
commit 8387dedd46
2 changed files with 17 additions and 0 deletions

BIN
templates/img/requestrr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

17
templates/requestrr.xml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<Container version="2">
<Name>requestrr</Name>
<Repository>darkalfx/requestrr:latest</Repository>
<Registry>https://hub.docker.com/r/darkalfx/requestrr/</Registry>
<Category>Tools:Utilities</Category>
<Privileged>false</Privileged>
<Support>https://discord.gg/ATCM64M</Support>
<Project>https://github.com/darkalfx/requestrr</Project>
<Overview>Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. Current platform is Discord only, but the bot was built around the ideology of quick adaptation for new features as well as new platforms.</Overview>
<WebUI>http://[IP]:[PORT:5060]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/requestrr.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/requestrr.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
<Config Name="WebUI" Target="5060" Default="5060" Mode="tcp" Description="Container Port: 5060" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Config" Target="/root/config/" Default="/mnt/user/appdata/requestrr" Mode="rw" Description="Container Path: /root/config/" Type="Path" Display="advanced" Required="false" Mask="false"/>
</Container>