AppFeed/templates/PTRFRLLsRepository/tubesync/tubesync.xml
2021-03-25 14:02:08 -04:00

60 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>tubesync</Name>
<Repository>ghcr.io/meeb/tubesync:v0.9.1</Repository>
<Registry>https://ghcr.io/meeb/tubesync</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/101947-support-ptrfrll-docker-images/</Support>
<Project>https://github.com/meeb/tubesync</Project>
<Overview>TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded.</Overview>
<WebUI>http://[IP]:[PORT:4848]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/PTRFRLL/unraid-templates/master/tubesync/tubesync.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/meeb/tubesync/main/tubesync/common/static/images/tubesync.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>4848</HostPort>
<ContainerPort>4848</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/tubesync</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/downloads</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Host Path 1" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/tubesync</Config>
<Config Name="Host Path 2" Target="/downloads" Default="" Mode="rw" Description="Container Path: /downloads" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="Host Port 1" Target="4848" Default="" Mode="tcp" Description="Container Port: 4848" Type="Port" Display="always" Required="false" Mask="false">4848</Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="UID for permissions. Do not change unless you know what you're doing." Type="Variable" Display="advanced-hide" Required="true" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="GID for permissions. Do not change unless you know what you're doing." Type="Variable" Display="advanced-hide" Required="true" Mask="false">100</Config>
<Date>1613515357</Date>
<Description>TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/PTRFRLLsRepository/tubesync/tubesync.xml</templatePath>
</Container>