AppFeed/templates/runraidsRepository/ronnieroller.com/media-roller.xml
Squidly271 b3878cd225 Redo
2020-12-03 07:42:32 -05:00

50 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>media-roller</Name>
<Repository>ronnieroller/media-roller</Repository>
<Registry>https://hub.docker.com/repository/docker/ronnieroller/media-roller</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/rroller/media-roller/issues</Support>
<Project>https://github.com/rroller/media-roller</Project>
<Overview>Mobile friendly tool for downloading videos from social media.&#13;
&#13;
For direct downloads: http://[IP]:[PORT:3000]/api?url=SOME_URL&#13;
&#13;
Written in Golang using youtube-dl and ffmpeg for conversion.</Overview>
<WebUI>http://[IP]:[PORT:3000]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/rroller/unraid-templates/master/ronnieroller.com/media-roller.xml</TemplateURL>
<Icon>https://i.imgur.com/I7iwfnF.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>3000</HostPort>
<ContainerPort>3000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/media/video-downloads</HostDir>
<ContainerDir>/download</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment></Environment>
<Config Name="Port" Target="3000" Default="" Mode="tcp" Description="Container Port: 3000" Type="Port" Display="always" Required="true" Mask="false">3000</Config>
<Config Name="Download" Target="/download" Default="" Mode="rw" Description="Container Path: /download" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/media/video-downloads</Config>
<Date>1581202213</Date>
<Category>Tools:Utilities MediaApp:Video</Category>
<Description>Mobile friendly tool for downloading videos from social media.&#13;
&#13;
For direct downloads: http://:/api?url=SOME_URL&#13;
&#13;
Written in Golang using youtube-dl and ffmpeg for conversion.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/runraidsRepository/ronnieroller.com/media-roller.xml</templatePath>
</Container>