AppFeed/lsio_categories/mstream.xml
2022-01-20 15:35:40 -05:00

83 lines
3.8 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>mstream</Name>
<Repository>linuxserver/mstream</Repository>
<Registry>https://hub.docker.com/r/linuxserver/mstream/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/80233-support-linuxserverio-mstream/</Support>
<Project>https://www.mstream.io/</Project>
<Overview>mStream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are apps available for both Android and iPhone. </Overview>
<Category>MediaApp:Music MediaServer:Music Status:Stable</Category>
<WebUI>http://[IP]:[PORT:3000]</WebUI>
<TemplateURL>https://github.com/linuxserver/docker-templates/blob/master/mstream.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mstream.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<Description>mStream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are apps available for both Android and iPhone. </Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>3000</HostPort>
<ContainerPort>3000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/music</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>USER</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
<Variable>
<Value>false</Value>
<Name>USE_JSON</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Webui Port" Target="3000" Default="" Mode="tcp" Description="Webui Port" Type="Port" Display="always" Required="false" Mask="false">3000</Config>
<Config Name="Music Library" Target="/music" Default="" Mode="rw" Description="Path to music library" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="USER" Target="USER" Default="" Mode="" Description="Set a login user if required" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="PASSWORD" Target="PASSWORD" Default="" Mode="" Description="Set a password for the user specified above" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
<Config Name="USE_JSON" Target="USE_JSON" Default="" Mode="" Description="FOR ADVANCED USE ONLY. Set to true to configure mstream through config.json" Type="Variable" Display="advanced" Required="false" Mask="false">false</Config>
<Config Name="appdata" Target="/config" Default="/mnt/disks/virtualisation/appdata/baseimage-alpine" Mode="rw" Description="Appdata" Type="Path" Display="advanced" Required="false" Mask="false"></Config>
</Container>