Add onboarding state selector for self-hosted signup (#251)

* Add onboarding modes to self-hosted signup

* Style form consistently

* Configure ONBOARDING_STATE via ENV
This commit is contained in:
Juan José Mata
2025-10-27 21:52:37 +01:00
committed by GitHub
parent dcb674835c
commit 72e7d7736b
16 changed files with 121 additions and 23 deletions

View File

@@ -1,5 +1,8 @@
SELF_HOSTED=false
# Controls onboarding flow (valid: open, closed, invite_only)
ONBOARDING_STATE=open
# OpenID Connect for tests
OIDC_ISSUER=
OIDC_CLIENT_ID=
@@ -21,4 +24,4 @@ OIDC_REDIRECT_URI=http://localhost:3000/auth/openid_connect/callback
COVERAGE=false
# Set to true to run test suite serially
DISABLE_PARALLELIZATION=false
DISABLE_PARALLELIZATION=false