Merge pull request #131 from selfhosters/testing

This commit is contained in:
Roxedus
2020-04-25 19:47:36 +02:00
committed by GitHub
2 changed files with 21 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

21
templates/lemur-cfssl.xml Normal file
View File

@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<Container version="2">
<Name>lemur-cfssl</Name>
<Repository>halianelf/lemur</Repository>
<Registry>https://hub.docker.com/r/halianelf/lemur/</Registry>
<Network>bridge</Network>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Project>https://github.com/Netflix/lemur</Project>
<Overview>Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults.&#xD;
&#xD;
CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line tool and an HTTP API server for signing, verifying, and bundling TLS certificates.</Overview>
<Category>Tools:</Category>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/lemur-cfssl.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/lemur-cfssl.png</Icon>
<Config Name="Port" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Mapping for the Postgres DB data" Target="/data" Default="" Mode="rw" Description="Container Path: /data" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="Mapping the config files for Lemur and CFSSL" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="false" Mask="false"/>
</Container>