-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtrailarr.xml
More file actions
31 lines (31 loc) · 2.7 KB
/
Copy pathtrailarr.xml
File metadata and controls
31 lines (31 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<Container version="2">
<Name>trailarr</Name>
<Repository>nandyalu/trailarr:latest</Repository>
<Registry>https://hub.docker.com/r/nandyalu/trailarr</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/122788-support-jpdvm2014-templates/</Support>
<Project>https://github.com/nandyalu/trailarr</Project>
<Overview>Trailarr is a Docker application to download and manage trailers for your media library. It integrates with your existing services, such as Plex, Radarr, and Sonarr!</Overview>
<Category>MediaApp:Video</Category>
<WebUI>http://[IP]:[PORT:7889]/</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/nandyalu/trailarr/main/assets/images/trailarr-256.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1722908991</DateInstalled>
<DonateText>If you find this template useful, I’d love a coffee!</DonateText>
<DonateLink>https://bmc.link/JPDVM2014</DonateLink>
<Requires/>
<Config Name="WebUI" Target="7889" Default="7889" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">7889</Config>
<Config Name="Timezone" Target="TZ" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">America/New_York</Config>
<Config Name="Appdata" Target="/config" Default="/mnt/user/appdata/trailarr" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/trailarr</Config>
<Config Name="Radarr Root" Target="RADARR_ROOT_FOLDER" Default="" Mode="rw" Description="Change host path to the folder where your media is stored. Change container path to Radarr's root folder." Type="Path" Display="always" Required="true" Mask="false">LOCAL_MEDIA_FOLDER</Config>
<Config Name="Sonarr Root" Target="SONARR_ROOT_FOLDER" Default="" Mode="rw" Description="Change host path to the folder where your media is stored. Change container path to Sonarr's root folder." Type="Path" Display="always" Required="false" Mask="false">LOCAL_MEDIA_FOLDER</Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="true" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="true" Mask="false">100</Config>
</Container>