We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0d541 commit c440564Copy full SHA for c440564
examples/hedgedoc/docker-compose.yml
@@ -24,9 +24,13 @@ services:
24
- CMD_DOMAIN=collab.example.com
25
- CMD_URL_ADDPORT=false
26
- CMD_PROTOCOL_USESSL=true
27
+ - CMD_SESSION_LIFE=1209600000 # 14 days default
28
- CMD_SESSION_SECRET="discolor-subtitle-seducing-result-ceramics" # define secret
- - CMD_ALLOW_EMAIL_REGISTER="false" # disallow registration
29
- CMD_EMAIL="false" # disallow login; only guest notes
30
+ - CMD_ALLOW_EMAIL_REGISTER="false" # disallow registration
31
+ - CMD_ALLOW_ANONYMOUS=false
32
+ - CMD_ALLOW_ANONYMOUS_EDITS=False
33
+ - CMD_DEFAULT_PERMISSION=locked
34
# ------- OAUTH SSO -------
35
# see https://docs.goauthentik.io/integrations/services/hedgedoc/
36
#- CMD_ALLOW_ANONYMOUS_EDITS=False
0 commit comments