From 060f8d09cab899f8134c0923ee6d0dc8de071374 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Wed, 11 Mar 2026 12:54:34 +0100 Subject: [PATCH] add optional demo users for ldap-keycloak setup --- .env.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.env.example b/.env.example index 4808d94..4f59454 100644 --- a/.env.example +++ b/.env.example @@ -330,6 +330,18 @@ KC_DB_USERNAME= # Keycloak Database password. Defaults to "keycloak". KC_DB_PASSWORD= +## Demo Users ## +# Enable demo users and groups in the shared LDAP directory. +# To enable, create custom/ldap-keycloak-demo-users.yml with: +# services: +# ldap-server: +# volumes: +# - ./config/ldap/ldif/30_demo_users.ldif:/ldifs/30_demo_users.ldif +# - ./config/ldap/ldif/40_demo_groups.ldif:/ldifs/40_demo_groups.ldif +# +# Then add it to: COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:traefik/opencloud.yml:traefik/collabora.yml:idm/ldap-keycloak.yml:traefik/ldap-keycloak.yml:custom/ldap-keycloak-demo-users.yml +# WARNING: Do not use in production. + ### Radicale Setting ### # Radicale is a small open-source CalDAV (calendars, to-do lists) and CardDAV (contacts) server. # When enabled OpenCloud is configured as a reverse proxy for Radicale, providing all authenticated