AppFeed/templates/ndetarsRepository/n8detar/tubesync.xml
2021-03-24 14:02:57 -04:00

97 lines
5.5 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://registry.hub.docker.com/r/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.&#13;
&amp;lt;br&amp;gt;&#13;
&amp;lt;br&amp;gt;&#13;
&amp;lt;b&amp;gt;This is a preview release of TubeSync, it may contain bugs but should be usable.&amp;lt;/b&amp;gt; Current Version: &amp;lt;b&amp;gt;v0.9.1&amp;lt;/b&amp;gt;&#13;
&amp;lt;br&amp;gt;&#13;
&amp;lt;b&amp;gt;NOTE: the :latest tag does exist, but will contain in-development commits and may be broken. Use at your own risk.&amp;lt;/b&amp;gt;&#13;
&#13;
</Overview>
<WebUI>http://[IP]:[PORT:4848]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/n8detar/docker-templates/master/n8detar/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>2</Value>
<Name>TUBESYNC_WORKERS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>HTTP_USER</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>HTTP_PASS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>False</Value>
<Name>TUBESYNC_DEBUG</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="AppData Config" Target="/config" Default="/mnt/user/appdata/tubesync" Mode="rw" Description="Config storage path. Default is /mnt/user/appdata/tubesync. (Container Path: /config)" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/tubesync</Config>
<Config Name="Downloads" Target="/downloads" Default="" Mode="rw" Description="Path to store downloaded content. Default is none. (Container Path: /downloads)" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="TubeSync WebUI" Target="4848" Default="" Mode="tcp" Description="TubeSync WebUI port. Default is 4848. (Container port: 4848)" Type="Port" Display="always" Required="false" Mask="false">4848</Config>
<Config Name="TubeSync Workers" Target="TUBESYNC_WORKERS" Default="2" Mode="" Description="If you add a significant amount of work due to adding many large channels you may need to increase the number of background workers. Try around ~4 at most, although the absolute maximum allowed is 8. Default is 2. (TUBESYNC_WORKERS)" Type="Variable" Display="always" Required="false" Mask="false">2</Config>
<Config Name="TubeSync WebUI Username" Target="HTTP_USER" Default="" Mode="" Description="Sets the username for HTTP basic authentication. Default is none. (HTTP_USER)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="TubeSync WebUI Password" Target="HTTP_PASS" Default="" Mode="" Description="Sets the password for HTTP basic authentication. Default is none. (HTTP_PASS)" Type="Variable" Display="always" Required="false" Mask="true"></Config>
<Config Name="TubeSync Debugging" Target="TUBESYNC_DEBUG" Default="False|True" Mode="" Description="Enable debugging. Default is False. (TUBESYNC_DEBUG)" Type="Variable" Display="advanced" Required="false" Mask="false">False</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>
<Beta>true</Beta>
<Date>1616608459</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.&#13;
&#13;
&#13;
This is a preview release of TubeSync, it may contain bugs but should be usable. Current Version: v0.9.1&#13;
&#13;
NOTE: the :latest tag does exist, but will contain in-development commits and may be broken. Use at your own risk.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/ndetarsRepository/n8detar/tubesync.xml</templatePath>
</Container>