AppFeed/templates/coppitsRepository/coppit/handbrake.xml
Squidly271 9f3346099a Update
2021-02-16 16:58:23 -05:00

70 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<Project>https://handbrake.fr/</Project>
<Name>HandBrake</Name>
<Support>https://forums.lime-technology.com/topic/56647-handbrake/</Support>
<Overview>
HandBrake is a video encoder. Connect using an RDP client or web browser, or use the fully automated watch folder.
</Overview>
<Registry>https://hub.docker.com/r/coppit/handbrake/</Registry>
<Repository>coppit/handbrake</Repository>
<GitHub>https://github.com/coppit/docker-handbrake</GitHub>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment>
<Variable>
<Name>WIDTH</Name>
<Value>1280</Value>
</Variable>
<Variable>
<Name>HEIGHT</Name>
<Value>720</Value>
</Variable>
</Environment>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>3389</HostPort>
<ContainerPort>3389</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>8080</HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/media</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/watch</ContainerDir>
<Mode>ro</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/output</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8080]/#/client/c/HandBrake</WebUI>
<Icon>https://raw.githubusercontent.com/coppit/docker-handbrake/master/handbrake_logo.png</Icon>
<ExtraParams>--cap-add=SYS_NICE</ExtraParams>
<TemplateURL>https://raw.githubusercontent.com/coppit/docker-templates/master/coppit/handbrake.xml</TemplateURL>
<Deprecated>true</Deprecated>
<Category>MediaApp:Video</Category>
<Description>HandBrake is a video encoder. Connect using an RDP client or web browser, or use the fully automated watch folder.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/coppitsRepository/coppit/handbrake.xml</templatePath>
</Container>