Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creation of the Addarr template #453

Merged
merged 6 commits into from
Jan 22, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions templates/addarr.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<Container version="2">
<Name>addarr</Name>
<Repository>waterboy1602/addarr</Repository>
<Registry>https://hub.docker.com/r/waterboy1602/addarr/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/Homelabbers/unraid-templates/issues/new/choose</Support>
<Project>https://github.com/Waterboy1602/Addarr</Project>
<Overview>TelegramBot for Sonarr and Radarr&#xD;
&#xD;
This is a Telegram Bot made to add series to Sonarr or movies to Radarr with a couple of commands. You can also communicate with your Transmission/Sabnzbd service to change its download speed.&#xD;
&#xD;
You will need to create a config.yaml file and place in the addarr appdata folder. To create this file, you will need to follow the guide on the Addarr wiki to get authenticated to Telegram.&#xD;
&#xD;
</Overview>
<Config Name="Config" Target="/app/config.yaml" Default="/mnt/user/appdata/addarr/config.yaml" Mode="ro" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/addarr/config.yaml</Config>
<Config Name="Chat ID" Target="/app/chatid.txt" Default="/mnt/user/appdata/addarr/chatid.txt" Mode="ro" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/addarr/chatid.txt</Config>
nwithan8 marked this conversation as resolved.
Show resolved Hide resolved
<Config Name="Admin ID" Target="/app/admin.txt" Default="/mnt/user/appdata/addarr/admin.txt" Mode="ro" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/addarr/admin.txt</Config>
<Config Name="Logs" Target="/app/logs" Default="/mnt/user/appdata/addarr/logs" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/addarr/logs</Config>
</Container>