mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-11 12:59:14 +08:00
62 lines
2.2 KiB
XML
62 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Container>
|
|
<Beta>False</Beta>
|
|
<Category>MediaApp:Video MediaApp:Music MediaApp:Other</Category>
|
|
<Date>2016-08-29</Date>
|
|
<Name>Maraschino</Name>
|
|
<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]Maraschino Change Log[/font][/center]
|
|
[font size=4]29-08-2016[/font]
|
|
- Rebase to alpine
|
|
[font size=4]06-11-2015[/font]
|
|
- Initial Release
|
|
</Changes>
|
|
<Support>http://lime-technology.com/forum/index.php?topic=43915.0</Support>
|
|
<Description>a simple web interface to act as a nice overview/front page for my XBMC HTPC.
|
|
[br][br]
|
|
[b][u][span style=\'color: #E80000;\']Configuration[/span][/u][/b][br]
|
|
[b]/config[/b]Where maraschino should store settings, logs and configuration[br]
|
|
</Description>
|
|
<Project>http://www.maraschinoproject.com/</Project>
|
|
<Overview>a simple web interface to act as a nice overview/front page for my XBMC HTPC.</Overview>
|
|
<Registry>https://hub.docker.com/r/linuxserver/maraschino/</Registry>
|
|
<Repository>linuxserver/maraschino</Repository>
|
|
<BindTime>true</BindTime>
|
|
<Privileged>false</Privileged>
|
|
<Environment>
|
|
<Variable>
|
|
<Name>PGID</Name>
|
|
<Value>100</Value>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>PUID</Name>
|
|
<Value>99</Value>
|
|
</Variable>
|
|
</Environment>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>7000</HostPort>
|
|
<ContainerPort>7000</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/config</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/maraschino-icon.png</Icon>
|
|
<WebUI>http://[IP]:[PORT:7000]/</WebUI>
|
|
<ExtraParams></ExtraParams>
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/index.php/donations/</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<BaseImage>lsiobase/alpine.python</BaseImage>
|
|
</Container>
|