mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-10 20:43:32 +08:00
85 lines
4.4 KiB
XML
85 lines
4.4 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>ubooquity</Name>
|
|
<Repository>linuxserver/ubooquity</Repository>
|
|
<Registry>https://hub.docker.com/r/linuxserver/ubooquity/</Registry>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>http://lime-technology.com/forum/index.php?topic=54543.0</Support>
|
|
<Overview>Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.
|
|
[br][br]
|
|
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
|
|
[b]/config[/b] Where Ubooquity should store settings, logs and configuration[br]
|
|
[b]/books[/b] Path to your Ebooks[br]
|
|
[b]/comics[/b] Path to your comics[br]
|
|
</Overview>
|
|
<Category>Cloud: MediaApp:Books MediaServer:Books</Category>
|
|
<WebUI>http://[IP]:[PORT:2202]/ubooquity/admin</WebUI>
|
|
<TemplateURL/>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ubooquity-icon.png</Icon>
|
|
<ExtraParams/>
|
|
<Description>Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.
|
|
[br][br]
|
|
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
|
|
[b]/config[/b] Where Ubooquity should store settings, logs and configuration[br]
|
|
[b]/books[/b] Path to your Ebooks[br]
|
|
[b]/comics[/b] Path to your comics[br]
|
|
</Description>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>2202</HostPort>
|
|
<ContainerPort>2202</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir/>
|
|
<ContainerDir>/books</ContainerDir>
|
|
<Mode>ro</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir/>
|
|
<ContainerDir>/comics</ContainerDir>
|
|
<Mode>ro</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir/>
|
|
<ContainerDir>/config</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<Environment>
|
|
<Variable>
|
|
<Value>512</Value>
|
|
<Name>MAXMEM</Name>
|
|
<Mode/>
|
|
</Variable>
|
|
<Variable>
|
|
<Value>99</Value>
|
|
<Name>PUID</Name>
|
|
<Mode/>
|
|
</Variable>
|
|
<Variable>
|
|
<Value>100</Value>
|
|
<Name>PGID</Name>
|
|
<Mode/>
|
|
</Variable>
|
|
</Environment>
|
|
<Config Name="Host Port 1" Target="2202" Default="2202" Mode="tcp" Description="Container Port: 2202" Type="Port" Display="always" Required="true" Mask="false">2202</Config>
|
|
<Config Name="Path to books" Target="/books" Default="" Mode="ro" Description="Container Path: /books" Type="Path" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Path to comics" Target="/comics" Default="" Mode="ro" Description="Container Path: /comics" Type="Path" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Maximum Memory" Target="MAXMEM" Default="" Mode="" Description="The quantity of memory allocated to Ubooquity depends on the hardware your are running it on. If this quantity is too small, you might sometime saturate it with when performing memory intensive operations. That’s when you get java.lang.OutOfMemoryError: Java heap space errors. You can explicitly set the amount of memory Ubooquity is allowed to use (be careful to set a value lower than the actual physical memory of your hardware). If no value is set it will default to 512MB." Type="Variable" Display="always" Required="false" Mask="false">512</Config>
|
|
<Config Name="AppData Config Path" Target="/config" Default="" Mode="rw" Description="Appdata Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false"/>
|
|
<Config Name="Key 2" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
|
|
<Config Name="Key 1" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
|
|
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/index.php/donations/</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<BaseImage>lsiobase/alpine</BaseImage>
|
|
</Container>
|