From 61fc3f4afb11b4b87e1f15b7a004570270a9924b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 24 Nov 2024 21:13:05 +0100 Subject: [PATCH] authelia: fix matrix Signed-off-by: Michael Grote --- docker-compose/authelia/docs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose/authelia/docs.md b/docker-compose/authelia/docs.md index 0de5d256..45c22f06 100644 --- a/docker-compose/authelia/docs.md +++ b/docker-compose/authelia/docs.md @@ -2,6 +2,6 @@ | App | User | Password Reset | Group | | - | - | - | - | -| ``authelia_*`` | `authelia_bind_user` | yes | `lldap_password_manager` | -| `forgejo` | `forgejo_bind_user` | no | `lldap_strict_readonly` + `lldap_password_manager` | -| `nextcloud` | `nextcloud_bind_user` | yes | `lldap_password_manager` | +| ``authelia_*`` | `authelia_bind_user` | yes | `lldap_strict_readonly` + `lldap_password_manager` | +| `forgejo` | `forgejo_bind_user` | no | `lldap_strict_readonly` | +| `nextcloud` | `nextcloud_bind_user` | yes | `lldap_strict_readonly` + `lldap_password_manager` |