-
Notifications
You must be signed in to change notification settings - Fork 1
/
glauth-plugins.xml
57 lines (57 loc) · 2.3 KB
/
glauth-plugins.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
51
52
53
54
55
56
57
<?xml version="1.0"?>
<Container version="2">
<Name>GLauth_and_Plugins</Name>
<Repository>glauth/glauth-plugins</Repository>
<Registry>https://hub.docker.com/repository/docker/glauth/glauth-plugins</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support/>
<Project>https://glauth.github.io</Project>
<Overview>GLAuth is a secure, easy-to-use, LDAP server with configurable backends. Pluggable backends are included.</Overview>
<Category>Security: Status:Stable</Category>
<WebUI>http://[IP]:[PORT:5555]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/glauth/glauth.github.io/master/assets/logo.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1634243376</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>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>636</HostPort>
<ContainerPort>636</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>5555</HostPort>
<ContainerPort>5555</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/app/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="Configuration Path" Target="/app/config" Default="/mnt/cache/appdata/glauth/config/" Mode="rw" Description="Configuration and Local Database (if configured) Path" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="LDAP Port" Target="389" Default="389" Mode="tcp" Description="Container LDAP Port" Type="Port" Display="always" Required="false" Mask="false">389</Config>
<Config Name="LDAPS Port" Target="636" Default="636" Mode="tcp" Description="Container LDAPS Port" Type="Port" Display="always" Required="false" Mask="false">636</Config>
<Config Name="Management Port" Target="5555" Default="5555" Mode="tcp" Description="Container Management Port" Type="Port" Display="always" Required="false" Mask="false">5555</Config>
</Container>