Update TubeArchivist-ES.xml

This commit is contained in:
crocs 2022-11-30 17:31:38 -06:00 committed by GitHub
parent 0e2143fbc5
commit cc1c3c3ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 60 deletions

View File

@ -9,70 +9,23 @@
<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"&#xD;
&#xD;
Install this and "TubeArchivist-RedisJSON" before trying to run "TubeArchivist"&#xD;
&#xD;
</Overview>
<Category>Tools: MediaServer:Other</Category>
<Overview>This is a dependancy container for the application "TubeArchivist"</Overview>
<Category>Tools:Utilities MediaServer:Other</Category>
<WebUI/>
<TemplateURL/>
<TemplateURL>https://raw.githubusercontent.com/tubearchivist/unraid-templates/master/TubeArchivist-ES.xml</TemplateURL>
<Icon>https://i.imgur.com/ftggG6O.jpg</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1645547779</DateInstalled>
<DateInstalled>1669850995</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>This is a dependancy container for the application "TubeArchivist"&#xD;
&#xD;
Install this and "TubeArchivist-RedisJSON" before trying to run "TubeArchivist"&#xD;
&#xD;
</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>
<Requires>"TubeArchivist-RedisJSON" and "TubeArchivist"</Requires>
<Config Name="9200" Target="9200" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">9200</Config>
<Config Name="ElasticSearch Data" Target="/usr/share/elasticsearch/data" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/TubeArchivist/es</Config>
<Config Name="ElasticSearch Password" Target="ELASTIC_PASSWORD" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">verysecret</Config>
<Config Name="Java Options" Target="ES_JAVA_OPTS" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">-Xms512m -Xmx512m</Config>
<Config Name="Discovery Type" Target="discovery.type" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">single-node</Config>
<Config Name="Xpack Security" Target="xpack.security.enabled" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">true</Config>
<Config Name="Snapshot Path" Target="path.repo" Default="/usr/share/elasticsearch/data/snapshot" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">/usr/share/elasticsearch/data/snapshot</Config>
</Container>