mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-05 19:08:07 +08:00
40 lines
1.5 KiB
XML
40 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Container>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/TEMPLATENAME.xml</TemplateURL>
|
|
<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>
|
|
<Icon></Icon>
|
|
</Container>
|