From 75c46d32e2139a80a22024f183e12de901c86dab Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 12 Jan 2021 11:57:39 +0100 Subject: [PATCH] docker/l3d#74 Move all documentation to devops-tools doc --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e081655..eec738b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -# Setup SAML with Keycloak +# Nextcloud -Follow [this guide](https://rmm.li/wiki/doku.php?id=linux_server_manuals:nextcloud_saml_authentication_against_keycloak) and pay attention to these: - -- To map existing users, make sure that the username in Keycloak and Nextcloud is the same -- In Nextcloud disable the option that the NameID response needs to be encrypted -- For monitoring, use the URL https://domain/index.php/login?direct=1 +You find all the details in the [full documentation](https://devops-tools.docs.lakedrops.com/ansible/roles/nextcloud/). -- GitLab