mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-05 10:58:52 +08:00
80 lines
3.8 KiB
XML
80 lines
3.8 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Beta>False</Beta>
|
|
<Name>libresonic</Name>
|
|
<Date>2016-11-17</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]libresonic Change Log[/font][/center]
|
|
[font size=4]17-11-2016[/font]
|
|
- Initial release.
|
|
</Changes>
|
|
<Repository>linuxserver/libresonic</Repository>
|
|
<Registry>https://hub.docker.com/r/linuxserver/libresonic/</Registry>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Project>https://github.com/Libresonic/libresonic</Project>
|
|
<Support>http://lime-technology.com/forum/index.php?topic=53874.0</Support>
|
|
<Overview>Libresonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.
|
|

|
|
/music - Location of music.
|
|
CONTEXT_PATH for setting url-base in reverse proxy setups - (optional)
|
|

|
|
Default user/pass is admin/admin</Overview>
|
|
<Category>MediaApp:Music MediaServer:Music Status:Stable</Category>
|
|
<WebUI>http://[IP]:[PORT:4040]/</WebUI>
|
|
<TemplateURL/>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/libresonic.png</Icon>
|
|
<ExtraParams/>
|
|
<Description>Libresonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.</Description>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort/>
|
|
<ContainerPort>4040</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir/>
|
|
<ContainerDir>/music</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir/>
|
|
<ContainerDir>/config</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<Environment>
|
|
<Variable>
|
|
<Value/>
|
|
<Name>CONTEXT_PATH</Name>
|
|
<Mode/>
|
|
</Variable>
|
|
<Variable>
|
|
<Value>99</Value>
|
|
<Name>PUID</Name>
|
|
<Mode/>
|
|
</Variable>
|
|
<Variable>
|
|
<Value>100</Value>
|
|
<Name>PGID</Name>
|
|
<Mode/>
|
|
</Variable>
|
|
</Environment>
|
|
<Config Name="Port" Target="4040" Default="" Mode="tcp" Description="Container Port: 4040" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Music" Target="/music" Default="" Mode="rw" Description="Container Path: /music" Type="Path" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Context Path" Target="CONTEXT_PATH" Default="" Mode="" Description="Container Variable: CONTEXT_PATH" Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
|
|
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/donations/</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<BaseImage>lsiobase/alpine</BaseImage>
|
|
</Container>
|