mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-20 00:48:49 +08:00
Merge pull request #16 from linuxserver/CHBMB-patch-1
PUID & PGID still weren't working....
This commit is contained in:
commit
d6487f4554
@ -1,3 +1,4 @@
|
||||
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>letsencrypt</Name>
|
||||
@ -39,7 +40,7 @@
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
<Port>
|
||||
<HostPort>443</HostPort>
|
||||
<HostPort></HostPort>
|
||||
<ContainerPort>443</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
@ -53,26 +54,18 @@
|
||||
</Volume>
|
||||
</Data>
|
||||
<Environment>
|
||||
<Variable>
|
||||
<Name>PGID</Name>
|
||||
<Value>100</Value>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Name>PUID</Name>
|
||||
<Value>99</Value>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value/>
|
||||
<Value></Value>
|
||||
<Name>EMAIL</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value/>
|
||||
<Value></Value>
|
||||
<Name>URL</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value></Value>
|
||||
<Value>www,</Value>
|
||||
<Name>SUBDOMAINS</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
@ -86,15 +79,27 @@
|
||||
<Name>DHLEVEL</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value>99</Value>
|
||||
<Name>PUID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value>100</Value>
|
||||
<Name>PGID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
</Environment>
|
||||
<Config Name="http" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="false" Mask="false"></Config>
|
||||
<Config Name="https" Target="443" Default="443" Mode="tcp" Description="Container Port: 443" Type="Port" Display="always" Required="false" Mask="false">443</Config>
|
||||
<Config Name="Email" Target="EMAIL" Default="" Mode="" Description="Your e-mail address for cert registration" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="Domain Name" Target="URL" Default="" Mode="" Description="the top url you have control over customdomain.com if you own it, or customsubdomain.ddnsprovider.com if using dynamic dns)" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="Subdomain(s)" Target="SUBDOMAINS" Default="www," Mode="" Description="Subdomains you'd like the cert to cover (comma separated, no spaces) ie. www,ftp,cloud," Type="Variable" Display="always" Required="false" Mask="false">www,</Config>
|
||||
<Config Name="AppData Config Path" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false"></Config>
|
||||
<Config Name="https" Target="443" Default="" Mode="tcp" Description="Container Port: 443" Type="Port" Display="always" Required="false" Mask="false"></Config>
|
||||
<Config Name="Email" Target="EMAIL" Default="" Mode="" Description="Your e-mail address for cert registration" Type="Variable" Display="always" Required="false" Mask="false"></Config>
|
||||
<Config Name="Domain Name" Target="URL" Default="" Mode="" Description="the top url you have control over customdomain.com if you own it, or customsubdomain.ddnsprovider.com if using dynamic dns)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
|
||||
<Config Name="Subdomain(s)" Target="SUBDOMAINS" Default="www," Mode="" Description="Subdomains you'd like the cert to cover (comma separated, no spaces) ie. www,ftp,cloud," Type="Variable" Display="always" Required="false" Mask="false"></Config>
|
||||
<Config Name="Only Subdomains" Target="ONLY_SUBDOMAINS" Default="false" Mode="" Description="if you wish to get certs only for certain subdomains, but not the main domain (main domain may be hosted on another machine and cannot be validated), set this to true" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
|
||||
<Config Name="Diffie Hellman" Target="DHLEVEL" Default="2048" Mode="" Description="Diffie Hellman parameters bit value. Can be 1024, 2048 or 4096. (Default is 2048)" Type="Variable" Display="always" Required="false" Mask="false">2048</Config>
|
||||
<Config Name="Diffie Hellman" Target="DHLEVEL" Default="2048" Mode="" Description="Diffie Hellman parameters bit value. Can be 1024, 2048 or 4096. (Default is 2048)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="UID for permissions. Do not change unless you know what you're doing." Type="Variable" Display="advanced-hide" Required="true" Mask="false"></Config>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="GID for permissions. Do not change unless you know what you're doing." Type="Variable" Display="advanced-hide" Required="true" Mask="false"></Config>
|
||||
<Config Name="AppData Config Path" Target="/config" Default="/mnt/user/appdata/letsencrypt" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="true" Mask="false"></Config>
|
||||
<DonateText>Donations</DonateText>
|
||||
<DonateLink>https://www.linuxserver.io/donations/</DonateLink>
|
||||
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user