diff options
author | Emile <git@emile.space> | 2024-07-21 17:55:50 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-07-21 17:55:50 +0200 |
commit | 8f08fede5ed5e39e774012a46dd0796193daf432 (patch) | |
tree | bad8419434f45d1574e24b94f749f440d54afb79 | |
parent | dc71e8d3429eb61441a01d50cfbff36c6e46841d (diff) |
(hedgedoc): allow me to set pads public so other people can edit them
-rw-r--r-- | nix/hosts/corrino/www/md.emile.space.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/hosts/corrino/www/md.emile.space.nix b/nix/hosts/corrino/www/md.emile.space.nix index 2fb2ee4..ff91a7b 100644 --- a/nix/hosts/corrino/www/md.emile.space.nix +++ b/nix/hosts/corrino/www/md.emile.space.nix @@ -78,6 +78,7 @@ in { # don't allow unauthenticated people to just write somewhere allowAnonymous = false; + allowAnonymousEdits = true; # This allows us to set pads "freely" defaultPermission = "private"; |