removed comments
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
# - Multiple event types
|
# - Multiple event types
|
||||||
# - Booking notes
|
# - Booking notes
|
||||||
# - White-label capable
|
# - White-label capable
|
||||||
# - OIDC/SAML SSO support (Authentik integration!)
|
|
||||||
#
|
#
|
||||||
# Prerequisites:
|
# Prerequisites:
|
||||||
# 1. Create databases in shared PostgreSQL:
|
# 1. Create databases in shared PostgreSQL:
|
||||||
@@ -24,32 +23,11 @@
|
|||||||
# \c calcom
|
# \c calcom
|
||||||
# GRANT ALL ON SCHEMA public TO calcom;
|
# GRANT ALL ON SCHEMA public TO calcom;
|
||||||
#
|
#
|
||||||
# -- SSO/SAML database (required for OIDC!)
|
|
||||||
# CREATE DATABASE calcom_saml;
|
|
||||||
# GRANT ALL PRIVILEGES ON DATABASE calcom_saml TO calcom;
|
|
||||||
# \c calcom_saml
|
|
||||||
# GRANT ALL ON SCHEMA public TO calcom;
|
|
||||||
#
|
|
||||||
# 2. Set up Stripe account at https://stripe.com (Hungary supported)
|
# 2. Set up Stripe account at https://stripe.com (Hungary supported)
|
||||||
# Get API keys from Dashboard -> Developers -> API keys
|
# Get API keys from Dashboard -> Developers -> API keys
|
||||||
#
|
#
|
||||||
# 3. Set up Authentik OIDC provider:
|
# 3. (Optional) Set up Google OAuth for calendar sync:
|
||||||
# - Create OAuth2/OpenID Provider in Authentik
|
|
||||||
# - Client type: Confidential
|
|
||||||
# - Redirect URIs: https://booking.dooplex.hu/api/auth/callback/oidc
|
|
||||||
# - Note the Client ID, Client Secret
|
|
||||||
# - Well-known URL: https://authentik.dooplex.hu/application/o/<slug>/.well-known/openid-configuration
|
|
||||||
#
|
|
||||||
# 4. (Optional) Set up Google OAuth for calendar sync:
|
|
||||||
# https://console.cloud.google.com/apis/credentials
|
# https://console.cloud.google.com/apis/credentials
|
||||||
#
|
|
||||||
# After deployment:
|
|
||||||
# 1. Access https://booking.dooplex.hu
|
|
||||||
# 2. Create first user with email matching SAML_ADMINS
|
|
||||||
# 3. Go to Settings → Security → SSO
|
|
||||||
# 4. Click "Configure SSO with OIDC"
|
|
||||||
# 5. Enter Client ID, Client Secret, Well-known URL from Authentik
|
|
||||||
# 6. Configure event types, availability, and Stripe integration
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
|
|||||||
Reference in New Issue
Block a user