mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-22 19:59:41 +08:00
* chore(deps): update bitnami/openldap docker tag to v2.6.9 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
33 lines
829 B
YAML
33 lines
829 B
YAML
additionalProperties:
|
|
formFields:
|
|
- envKey: LDAP_ROOT
|
|
default: dc=example,dc=org
|
|
labelEn: LDAP baseDN
|
|
labelZh: LDAP baseDN
|
|
random: false
|
|
required: true
|
|
type: text
|
|
- envKey: LDAP_ADMIN_USERNAME
|
|
default: admin
|
|
labelEn: LDAP admin username
|
|
labelZh: LDAP 管理员用户名
|
|
random: false
|
|
required: true
|
|
rule: paramCommon
|
|
type: text
|
|
- envKey: LDAP_ADMIN_PASSWORD
|
|
default: adminpassword
|
|
labelEn: LDAP admin password
|
|
labelZh: LDAP 管理员密码
|
|
random: true
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|
|
- envKey: LDAP_PORT
|
|
default: 1389
|
|
edit: true
|
|
labelEn: LDAP listening port
|
|
labelZh: LDAP 监听端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number |