mirror of
https://forge.katzen.cafe/katzen-cafe/katzen-cafe.git
synced 2024-11-05 15:36:23 +01:00
lock down hedgedoc a bit
This commit is contained in:
parent
7f9ecaf3d4
commit
3a9ea54e31
|
@ -8,6 +8,10 @@
|
|||
protocolUseSSL = true;
|
||||
allowFreeURL = true;
|
||||
requireFreeURLAuthentication = true;
|
||||
allowEmailRegister = false;
|
||||
email = false;
|
||||
allowAnonymous = false;
|
||||
allowAnonymousEdits = true;
|
||||
oauth2 = {
|
||||
userProfileURL = "https://auth.katzen.cafe/realms/katzen.cafe/protocol/openid-connect/userinfo";
|
||||
userProfileUsernameAttr = "preferred_username";
|
||||
|
|
Loading…
Reference in a new issue