AppFeed/templates/xthursdayxsRepository/roonserver.xml

54 lines
3.3 KiB
XML
Raw Normal View History

2020-12-03 12:42:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>RoonServer</Name>
<Repository>steefdebruijn/docker-roonserver</Repository>
<Registry>https://hub.docker.com/r/steefdebruijn/docker-roonserver/</Registry>
<Network>host</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/steefdebruijn/docker-roonserver</Support>
<Project>https://roonlabs.com/</Project>
<Overview>Docker image for running Roon Server. Roon Server is a software package that provides a “headless” version of Roon. It will be the brain of your music system, managing your music files, streaming services, and your audio devices. Roon Server is used in conjunction with Roon or Roon Remote, both of which provide control functionality.</Overview>
<WebUI></WebUI>
<TemplateURL>https://raw.githubusercontent.com/xthursdayx/docker-templates/master/roonserver.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/xthursdayx/docker-templates/master/images/roon-icon.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
2021-02-06 05:07:35 +00:00
<DonateText> If you appreciate my work please consider buying me a coffee, cheers! 😁</DonateText>
<DonateLink>https://www.buymeacoffee.com/xthursdayx</DonateLink>
2020-12-03 12:42:32 +00:00
<Networking>
<Mode>host</Mode>
<Publish></Publish>
</Networking>
<Data>
<Volume>
2021-02-06 05:07:35 +00:00
<HostDir>/mnt/cache/appdata/roonserver/app</HostDir>
2020-12-03 12:42:32 +00:00
<ContainerDir>/app</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
2021-02-06 05:07:35 +00:00
<HostDir>/mnt/cache/appdata/roonserver/data</HostDir>
2020-12-03 12:42:32 +00:00
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
2021-02-06 05:07:35 +00:00
<HostDir>/mnt/user/Media/Music_library/</HostDir>
2020-12-03 12:42:32 +00:00
<ContainerDir>/music</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
2021-02-06 05:07:35 +00:00
<HostDir>/mnt/user/Backup/Roon_Backup/</HostDir>
2020-12-03 12:42:32 +00:00
<ContainerDir>/backup</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment></Environment>
2020-12-16 21:08:52 +00:00
<Config Name="Config" Target="/app" Default="" Mode="rw" Description="Container Path: /app" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/roonserver/app</Config>
<Config Name="Data" Target="/data" Default="/mnt/cache/appdata/roonserver/" Mode="rw" Description="Container Path: /data" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/roonserver/data</Config>
2021-02-06 05:07:35 +00:00
<Config Name="Music" Target="/music" Default="/mnt/user/Media/Music/" Mode="rw" Description="Container Path: /music" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Media/Music_library/</Config>
<Config Name="Backup" Target="/backup" Default="/mnt/user/Backip/Roon_Backup" Mode="rw" Description="Container Path: /backup" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/Backup/Roon_Backup/</Config>
<Date>1612584320</Date>
2020-12-03 12:42:32 +00:00
<Description>Docker image for running Roon Server. Roon Server is a software package that provides a “headless” version of Roon. It will be the brain of your music system, managing your music files, streaming services, and your audio devices. Roon Server is used in conjunction with Roon or Roon Remote, both of which provide control functionality.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/xthursdayxsRepository/roonserver.xml</templatePath>
</Container>