1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-13 16:21:46 +03:00

CI stack for Authentik with ldap

This commit is contained in:
Jamie Curnow
2024-11-03 13:17:24 +10:00
parent a277a5d167
commit 6e820a36ac
35 changed files with 116 additions and 172 deletions

View File

@ -24,7 +24,7 @@
},
"type": {
"type": "string",
"pattern": "^password$"
"pattern": "^(local|ldap|oidc)$"
}
}
}

View File

@ -53,7 +53,7 @@
},
"type": {
"type": "string",
"pattern": "^password$"
"pattern": "^(local|ldap|oidc)$"
}
}
},