First commit
This commit is contained in:
commit
86a92ba41e
51
kavita-unraid.xml
Normal file
51
kavita-unraid.xml
Normal file
@ -0,0 +1,51 @@
|
||||
<?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>Kavita, meaning Stories, is a full fledged, fast, cross platform, &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. </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; 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/data</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/data" Default="" Mode="rw" Description="Container Path: /kavita/data" 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>
|
Loading…
Reference in New Issue
Block a user