-
Notifications
You must be signed in to change notification settings - Fork 0
/
dex.xml
18 lines (18 loc) · 1.08 KB
/
dex.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<Container version="2">
<Name>dex</Name>
<Repository>ghcr.io/dexidp/dex:latest</Repository>
<Registry>https://hub.docker.com/r/dexidp/dex</Registry>
<TemplateURL>https://raw.githubusercontent.com/alex3305/unraid-docker-templates/master/dex.xml</TemplateURL>
<WebUI>http://[IP]:[PORT:4190]/</WebUI>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support />
<Project>https://dexidp.io/</Project>
<Overview>Integrate any identity provider into your application using OpenID Connect.</Overview>
<Category>Tools:Utilities Security</Category>
<Icon>https://raw.githubusercontent.com/alex3305/unraid-docker-templates/master/images/dex.png</Icon>
<PostArgs>dex serve /var/dex/config.yaml</PostArgs>
<Config Name="HTTP Port" Target="4190" Default="4190" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">4190</Config>
<Config Name="App data" Target="/var/dex" Default="/mnt/user/appdata/dex" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/dex</Config>
</Container>