docker-templates-unraid/templates/solr.xml
2024-03-16 15:44:43 +03:00

21 lines
No EOL
1.7 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>solr</Name>
<Repository>bitnami/solr:latest</Repository>
<Registry>https://hub.docker.com/r/bitnami/solr/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://lucene.apache.org/solr/</Project>
<Overview>Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene.</Overview>
<Category>Tools:</Category>
<WebUI>http://[IP]:[PORT:8983]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/solr.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/solr.png</Icon>
<Description>Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene.</Description>
<Config Name="Port" Target="8983" Default="8983" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8983</Config>
<Config Name="Appdata" Target="/bitnami" Default="/mnt/user/appdata/solr/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/solr/</Config>
<Config Name="SOLR_PORT_NUMBER" Target="SOLR_PORT_NUMBER" Default="8983" Mode="" Description="Port used by Solr server. Default: 8983" Type="Variable" Display="always" Required="true" Mask="false">8983</Config>
<Config Name="SOLR_CORE" Target="SOLR_CORE" Default="my_core" Mode="" Description="Core name to create at first run." Type="Variable" Display="always" Required="true" Mask="false">my_core</Config>
</Container>