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