Update README.md

This commit is contained in:
Gerrit Gogel 2021-01-24 00:58:47 +01:00 committed by GitHub
parent a230218688
commit c824ece599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/?
```