mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
88dc3c9617
* Create docker-compose.yml for local deploy with zitadel Create docker-compose.yml for local deploy with zitadel * Create .env.zh-CN.example for local deploy with zitadel Create .env.zh-CN.example for local deploy with zitadel * Create .env.example for local deploy with zitadel Create .env.example for local deploy with zitadel * Update .env.zh-CN.example * Create docker-compose.yml for self-hosting with zitadel Create docker-compose.yml for self-hosting with zitadel * Create .env.zh-CN.example for self-hosting deploy with zitadel Create .env.zh-CN.example for self-hosting deploy with zitadel * Create .env.example for self-host deploy with zitadel Create .env.example for self-host deploy with zitadel * Create zitadel-init-steps.yaml * Create zitadel-config.yaml * Update docker-compose.yml * Update docker-compose.yml * Create zitadel-config.yaml * Create zitadel-init-steps.yaml * Update .env.zh-CN.example * Update .env.example * Update .env.example * Update .env.zh-CN.example * Update zitadel-init-steps.yaml
12 lines
583 B
YAML
12 lines
583 B
YAML
# All possible options and their defaults: https://github.com/zitadel/zitadel/blob/main/cmd/setup/steps.yaml
|
|
FirstInstance:
|
|
Org:
|
|
Human:
|
|
# use the loginname root@zitadel.localhost
|
|
Username: 'root'
|
|
# The password must be 8 characters or more and must contain uppercase letters, lowercase letters, symbols, and numbers. The first login will require a password change.
|
|
Password: 'Password1!'
|
|
Email:
|
|
# Optional, if set, can be used to log in with email.
|
|
Address: 'example@zitadel.com' # ZITADEL_FIRSTINSTANCE_ORG_HUMAN_EMAIL_ADDRESS
|