Update kiwix-serve.xml
This commit is contained in:
parent
eb63652dae
commit
6d0aee5cd8
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<Container version="2">
|
<Container version="2">
|
||||||
<Name>kiwix-serve</Name>
|
<Name>kiwix-serve</Name>
|
||||||
<Repository>kiwix/kiwix-serve:latest</Repository>
|
<Repository>ghcr.io/kiwix/kiwix-serve</Repository>
|
||||||
<Registry>https://hub.docker.com/r/kiwix/kiwix-serve/</Registry>
|
<Registry>https://github.com/kiwix/kiwix-tools/tree/main/docker/server</Registry>
|
||||||
<Network>bridge</Network>
|
<Network>bridge</Network>
|
||||||
<Shell>sh</Shell>
|
<Shell>sh</Shell>
|
||||||
<Privileged>false</Privileged>
|
<Privileged>false</Privileged>
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
<Project>https://www.kiwix.org/</Project>
|
<Project>https://www.kiwix.org/</Project>
|
||||||
<Overview>Kiwix enables you to have the whole Wikipedia at hand wherever you go! [br]Remove download link after download complete.[/br]</Overview>
|
<Overview>Kiwix enables you to have the whole Wikipedia at hand wherever you go! [br]Remove download link after download complete.[/br]</Overview>
|
||||||
<Category>Productivity:</Category>
|
<Category>Productivity:</Category>
|
||||||
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
<WebUI>http://[IP]:[PORT:8080]</WebUI>
|
||||||
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/kiwix-serve.xml</TemplateURL>
|
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/kiwix-serve.xml</TemplateURL>
|
||||||
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/kiwix.png</Icon>
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/kiwix.png</Icon>
|
||||||
<ExtraParams/>
|
<ExtraParams/>
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
<DonateLink/>
|
<DonateLink/>
|
||||||
<Description>Kiwix enables you to have the whole Wikipedia at hand wherever you go! [br]Remove download link after download complete.[/br]</Description>
|
<Description>Kiwix enables you to have the whole Wikipedia at hand wherever you go! [br]Remove download link after download complete.[/br]</Description>
|
||||||
<Labels/>
|
<Labels/>
|
||||||
<Config Name="Port" Target="80" Default="" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">8040</Config>
|
<Config Name="Port" Target="8080" Default="" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">8040</Config>
|
||||||
<Config Name="Appdata" Target="/data" Default="" Mode="rw" Description="Container Path: /data" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/kiwix-serve/</Config>
|
<Config Name="Appdata" Target="/data" Default="" Mode="rw" Description="Container Path: /data" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/kiwix-serve/</Config>
|
||||||
<Config Name="Download" Target="DOWNLOAD" Default="" Mode="" Description="Add download link here to download contents https://wiki.kiwix.org/wiki/Content" Type="Variable" Display="always" Required="false" Mask="false">http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim</Config>
|
<Config Name="Download" Target="DOWNLOAD" Default="" Mode="" Description="Add download link here to download contents https://wiki.kiwix.org/wiki/Content" Type="Variable" Display="always" Required="false" Mask="false">http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim</Config>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
Loading…
Reference in a new issue