-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathglauth.xml
50 lines (50 loc) · 1.92 KB
/
glauth.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0"?>
<Container version="2">
<Name>glauth</Name>
<Repository>glauth/glauth</Repository>
<Registry>https://hub.docker.com/r/glauth/glauth/</Registry>
<Network>bridge</Network>
<MyIP/>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/glauth/glauth/</Support>
<Project/>
<Overview>Go-lang LDAP Authentication (GLAuth) is a secure, easy-to-use, LDAP server w/ configurable backends.</Overview>
<Category/>
<WebUI>http://[IP]:[PORT:]</WebUI>
<TemplateURL>https://github.com/CHBMB/docker-templates/blob/master/glauth.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/CHBMB/docker-templates/master/img/glauth.png</Icon>
<ExtraParams/>
<PostArgs/>
<DonateText/>
<DonateLink/>
<DonateImg/>
<MinVer/>
<Description>Go-lang LDAP Authentication (GLAuth) is a secure, easy-to-use, LDAP server w/ configurable backends.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>389</HostPort>
<ContainerPort>389</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>5555</HostPort>
<ContainerPort>5555</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/app/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="Host Port 1" Target="389" Default="389" Mode="tcp" Description="Container Port: 389" Type="Port" Display="always" Required="true" Mask="false"></Config>
<Config Name="Host Port 2" Target="5555" Default="5555" Mode="tcp" Description="Container Port: 5555" Type="Port" Display="always" Required="true" Mask="false"></Config>
<Config Name="Host Path 1" Target="/app/config" Default="" Mode="rw,slave" Description="Container Path: /app/config" Type="Path" Display="always" Required="false" Mask="false"></Config>
</Container>