From 07db72069021023a2a10b6b3549db2852d27cd5a Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 3 Mar 2025 20:20:13 +0100 Subject: [PATCH] alias --- bookstack/docker-compose.yml | 56 ++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/bookstack/docker-compose.yml b/bookstack/docker-compose.yml index f90da9a..1bb26b5 100644 --- a/bookstack/docker-compose.yml +++ b/bookstack/docker-compose.yml @@ -13,34 +13,34 @@ services: DB_PASS: l4c1j4yd33Du5lo DB_DATABASE: bookstackapp # Set authentication method to be saml2 - AUTH_METHOD: saml2 - # Control if BookStack automatically initiates login via your SAML system if it's the only authentication method. - # Prevents the need for the user to click the "Login with x" button on the login page. - # Setting this to true enables auto-initiation. - AUTH_AUTO_INITIATE: true - # Set the display name to be shown on the login button. - # (Login with ) - SAML2_NAME: authentik - # Name of the attribute which provides the user's email address - SAML2_EMAIL_ATTRIBUTE: email - # Name of the attribute to use as an ID for the SAML user. - SAML2_EXTERNAL_ID_ATTRIBUTE: uid - # Enable SAML group sync. - SAML2_USER_TO_GROUPS: true - # Set the attribute from which BookStack will read groups names from. - # You will need to rename your roles in Bookstack to match your groups in authentik. - SAML2_GROUP_ATTRIBUTE: http://schemas.xmlsoap.org/claims/Group - # Name of the attribute(s) to use for the user's display name - # Can have multiple attributes listed, separated with a '|' in which - # case those values will be joined with a space. - # Example: SAML2_DISPLAY_NAME_ATTRIBUTES=firstName|lastName - # Defaults to the ID value if not found. - SAML2_DISPLAY_NAME_ATTRIBUTES: http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname - # Identity Provider entityID URL - SAML2_IDP_ENTITYID: https://auth.sectorq.eu/api/v3/providers/saml/10/metadata/?download - # Auto-load metadata from the IDP - # Setting this to true negates the need to specify the next three options - SAML2_AUTOLOAD_METADATA: true + # AUTH_METHOD: saml2 + # # Control if BookStack automatically initiates login via your SAML system if it's the only authentication method. + # # Prevents the need for the user to click the "Login with x" button on the login page. + # # Setting this to true enables auto-initiation. + # AUTH_AUTO_INITIATE: true + # # Set the display name to be shown on the login button. + # # (Login with ) + # SAML2_NAME: authentik + # # Name of the attribute which provides the user's email address + # SAML2_EMAIL_ATTRIBUTE: email + # # Name of the attribute to use as an ID for the SAML user. + # SAML2_EXTERNAL_ID_ATTRIBUTE: uid + # # Enable SAML group sync. + # SAML2_USER_TO_GROUPS: true + # # Set the attribute from which BookStack will read groups names from. + # # You will need to rename your roles in Bookstack to match your groups in authentik. + # SAML2_GROUP_ATTRIBUTE: http://schemas.xmlsoap.org/claims/Group + # # Name of the attribute(s) to use for the user's display name + # # Can have multiple attributes listed, separated with a '|' in which + # # case those values will be joined with a space. + # # Example: SAML2_DISPLAY_NAME_ATTRIBUTES=firstName|lastName + # # Defaults to the ID value if not found. + # SAML2_DISPLAY_NAME_ATTRIBUTES: http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname + # # Identity Provider entityID URL + # SAML2_IDP_ENTITYID: https://auth.sectorq.eu/api/v3/providers/saml/10/metadata/?download + # # Auto-load metadata from the IDP + # # Setting this to true negates the need to specify the next three options + # SAML2_AUTOLOAD_METADATA: true volumes: - /share/docker_data/bookstack/bookstack_app_data:/config ports: