mirror of
https://github.com/tubearchivist/unraid-templates.git
synced 2024-11-22 11:50:12 +00:00
78 lines
3.3 KiB
XML
78 lines
3.3 KiB
XML
|
<?xml version="1.0"?>
|
||
|
<Container version="2">
|
||
|
<Name>TubeArchivist-ES</Name>
|
||
|
<Repository>bbilly1/tubearchivist-es:latest</Repository>
|
||
|
<Registry>https://hub.docker.com/_/elasticsearch</Registry>
|
||
|
<Network>bridge</Network>
|
||
|
<MyIP/>
|
||
|
<Shell>sh</Shell>
|
||
|
<Privileged>false</Privileged>
|
||
|
<Support>https://forums.unraid.net/topic/114073-support-crocs-tube-archivist/</Support>
|
||
|
<Project>https://github.com/elastic/elasticsearch</Project>
|
||
|
<Overview>This is a dependancy container for the application "TubeArchivist"
|
||
|

|
||
|
Install this and "TubeArchivist-RedisJSON" before trying to run "TubeArchivist"
|
||
|

|
||
|
</Overview>
|
||
|
<Category>Tools: MediaServer:Other</Category>
|
||
|
<WebUI/>
|
||
|
<TemplateURL/>
|
||
|
<Icon>https://i.imgur.com/ftggG6O.jpg</Icon>
|
||
|
<ExtraParams/>
|
||
|
<PostArgs/>
|
||
|
<CPUset/>
|
||
|
<DateInstalled>1645547779</DateInstalled>
|
||
|
<DonateText/>
|
||
|
<DonateLink/>
|
||
|
<Description>This is a dependancy container for the application "TubeArchivist"
|
||
|

|
||
|
Install this and "TubeArchivist-RedisJSON" before trying to run "TubeArchivist"
|
||
|

|
||
|
</Description>
|
||
|
<Networking>
|
||
|
<Mode>bridge</Mode>
|
||
|
<Publish>
|
||
|
<Port>
|
||
|
<HostPort>9200</HostPort>
|
||
|
<ContainerPort>9200</ContainerPort>
|
||
|
<Protocol>tcp</Protocol>
|
||
|
</Port>
|
||
|
</Publish>
|
||
|
</Networking>
|
||
|
<Data>
|
||
|
<Volume>
|
||
|
<HostDir>/mnt/user/appdata/TubeArchivist/es</HostDir>
|
||
|
<ContainerDir>/data</ContainerDir>
|
||
|
<Mode>rw</Mode>
|
||
|
</Volume>
|
||
|
</Data>
|
||
|
<Environment>
|
||
|
<Variable>
|
||
|
<Value>verysecret</Value>
|
||
|
<Name>ELASTIC_PASSWORD</Name>
|
||
|
<Mode/>
|
||
|
</Variable>
|
||
|
<Variable>
|
||
|
<Value>-Xms512m -Xmx512m</Value>
|
||
|
<Name>ES_JAVA_OPTS</Name>
|
||
|
<Mode/>
|
||
|
</Variable>
|
||
|
<Variable>
|
||
|
<Value>single-node</Value>
|
||
|
<Name>discovery.type</Name>
|
||
|
<Mode/>
|
||
|
</Variable>
|
||
|
<Variable>
|
||
|
<Value>true</Value>
|
||
|
<Name>xpack.security.enabled</Name>
|
||
|
<Mode/>
|
||
|
</Variable>
|
||
|
</Environment>
|
||
|
<Labels/>
|
||
|
<Config Name="9200" Target="9200" Default="" Mode="tcp" Description="Container Port: 9200" Type="Port" Display="always" Required="false" Mask="false">9200</Config>
|
||
|
<Config Name="ElasticSearch Data" Target="/usr/share/elasticsearch/data" Default="" Mode="rw" Description="Container Path: /usr/share/elasticsearch/data" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/TubeArchivist/es</Config>
|
||
|
<Config Name="ElasticSearch Password" Target="ELASTIC_PASSWORD" Default="" Mode="" Description="Container Variable: ELASTIC_PASSWORD" Type="Variable" Display="always" Required="false" Mask="false">verysecret</Config>
|
||
|
<Config Name="Java Options" Target="ES_JAVA_OPTS" Default="" Mode="" Description="Container Variable: ES_JAVA_OPTS" Type="Variable" Display="advanced" Required="false" Mask="false">-Xms512m -Xmx512m</Config>
|
||
|
<Config Name="Discovery Type" Target="discovery.type" Default="" Mode="" Description="Container Variable: discovery.type" Type="Variable" Display="advanced" Required="false" Mask="false">single-node</Config>
|
||
|
<Config Name="Xpack Security" Target="xpack.security.enabled" Default="" Mode="" Description="Container Variable: xpack.security.enabled" Type="Variable" Display="advanced" Required="false" Mask="false">true</Config>
|
||
|
</Container>
|