mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
Added Requestrr template
This commit is contained in:
BIN
templates/img/requestrr.png
Normal file
BIN
templates/img/requestrr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
17
templates/requestrr.xml
Normal file
17
templates/requestrr.xml
Normal 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>
|
||||
Reference in New Issue
Block a user