From c824ece599dbf1f3202182e75b5a975d7d04e03c Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Sun, 24 Jan 2021 00:58:47 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a55802..5b4ae95 100644 --- a/README.md +++ b/README.md @@ -234,3 +234,9 @@ seafile-server: ### OAuth For OAuth the same network problem as with LDAP will occur, but here you will need to hook up the *seahub* service to the external network. + +*Tip:* If you always want to use OAuth without clicking on the *Single Sign-On* button, you can rewrite the following paths in your reverse proxy: +``` +caddy.rewrite: /accounts/login* /oauth/login/? +``` +