Add files via upload

This commit is contained in:
crocs 2022-03-31 21:35:32 -05:00 committed by GitHub
commit 9a6f2d9f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 78 additions and 0 deletions

78
TubeArchivist-ES.xml Normal file
View File

@ -0,0 +1,78 @@
<?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"&#xD;
&#xD;
Install this and "TubeArchivist-RedisJSON" before trying to run "TubeArchivist"&#xD;
&#xD;
</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"&#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>