Unraid-Templates/kavita-unraid.xml

52 lines
2.4 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>Kavita</Name>
<Repository>kizaing/kavita</Repository>
<Registry>https://hub.docker.com/r/kizaing/kavita</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/112111-support-kizaing-kavita/</Support>
<Project>https://github.com/Kareadita/Kavita</Project>
<Overview>Lightning fast with a slick design, Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats. Install to start reading comics, books and manga. You can also share your server with your friends! </Overview>
<Category>MediaApp:Books MediaServer:Books</Category>
<WebUI>http://[IP]:[PORT:5000]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/Kareadita/Kavita/develop/UI/Web/src/assets/icons/android-chrome-192x192.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1628012139</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>Kavita, meaning Stories, is a full fledged, fast, cross platform, &amp;amp; open-source manga, comic, and book server. Built from the ground up with a focus on manga and a goal of being a full solution to your reading needs. Setup your own server and share your manga collection with your friends and family. </Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>5000</HostPort>
<ContainerPort>5000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/kavita/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/library</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="Web App Port" Target="5000" Default="5000" Mode="tcp" Description="Container Port: 5000" Type="Port" Display="always" Required="false" Mask="false">5000</Config>
<Config Name="Data Directory" Target="/kavita/config" Default="" Mode="rw" Description="Container Path: /kavita/config" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="Book Library" Target="/library" Default="" Mode="rw" Description="Container Path: /library" Type="Path" Display="always" Required="false" Mask="false"/>
</Container>