docker-templates/example.xml
2016-06-30 20:01:53 +01:00

42 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<Beta>False</Beta>
<Category></Category>
<!-- Date in format YYYY-MM-DD -->
<Date></Date>
<Changes>
[center][img width='300px' src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_small.png'][/center]
[center][font size=4] Change Log[/font][/center]
</Changes>
<!-- name preferably in lowercase -->
<Name>test</Name>
<Support></Support>
<Description> [br]
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
[b]/config[/b] : Mapping for config files [br]
</Description>
<!-- link to the apps homepage or git page -->
<Project></Project>
<!-- DON'T use any "&" in the overview section -->
<Overview></Overview>
<!-- dockerhub link -->
<Registry>test/test</Registry>
<Repository>test/test</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Network Default="bridge">bridge</Network>
<Config Name="User ID" Target="PUID" Default="99" Mode="" Description="Set to Desired User ID"
Type="Variable" Display="always" Required="true" Mask="false">99</Config>
<Config Name="Group ID" Target="PGID" Default="100" Mode="" Description="Set to Desired Group ID"
Type="Variable" Display="always" Required="true" Mask="false">100</Config>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<Banner></Banner>
<Icon></Icon>
</Container>