lock down hedgedoc a bit

This commit is contained in:
Schrottkatze 2023-11-23 18:41:22 +01:00
parent 7f9ecaf3d4
commit 3a9ea54e31

View file

@ -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";