AppFeed/lsio_categories/booksonic.xml
2023-08-10 11:19:06 -04:00

72 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/booksonic.xml</TemplateURL>
<Date>2016-12-13</Date>
<Beta>False</Beta>
<Name>booksonic</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]Booksonic Change Log[/font][/center]
[b]13.12.2016[/b] Initial Release.
</Changes>
<Project>http://booksonic.org</Project>
<Repository>linuxserver/booksonic</Repository>
<Registry>https://hub.docker.com/r/linuxserver/booksonic/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/52926-support-linuxserverio-booksonic/</Support>
<Overview>Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic</Overview>
<Category>MediaApp:Books MediaApp:Other MediaServer:Books MediaServer:Other Status:Stable</Category>
<WebUI>http://[IP]:[PORT:4040]/booksonic/</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic.png</Icon>
<Description>Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic.&amp;amp;#xD;&#xD;
[br][br]&amp;amp;#xD;&#xD;
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&amp;amp;#xD;&#xD;
[b]/config[/b] Where booksonic should store settings, logs and configuration[br]&amp;amp;#xD;&#xD;
[b]/books[/b] Path to your audiobooks[br]&amp;amp;#xD;&#xD;
[b]/podcasts[/b] Path to your podcasts[br]&amp;amp;#xD;
[b]CONTEXT_PATH[/b] Enables easier reverse proxying, making webui available at [b]http://IP:PORT/CONTEXT_PATH/[/b][br]&#xD;</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>4040</HostPort>
<ContainerPort>4040</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<ContainerDir>/books</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<ContainerDir>/podcast</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
</Variable>
<Variable>
<Value>booksonic</Value>
<Name>CONTEXT_PATH</Name>
</Variable>
</Environment>
<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>
<BaseImage>lsiobase/alpine</BaseImage>
</Container>