From 2caa4f0c3b92e11d90a7d8e51daa140b3192b1d4 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Sun, 26 Jul 2026 21:54:32 +0000 Subject: [PATCH] Update Config --- Config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Config.md b/Config.md index cf109b3..7d7b38e 100644 --- a/Config.md +++ b/Config.md @@ -111,7 +111,8 @@ This documents provides some explanation of the keys found in config.json | `websrv` | `open_registration` | `Boolean` | Registration | `true` | This enabled registration with email, otherwise it always requires a invite token | `websrv` | `open_registration_web_toggle` | `Boolean` | Web toggle | `false` | Toggles `websrv.open_registration` behaviour from /admin | `websrv` | `private_society` | `Boolean` | Privacy mode | `false` | Displays a fake 502 Bad Gateway login page and is useful in combo with `websrv.protect_files` -| `websrv` | `private_society_gate` | `String` | Privacy mode | `""` | Empty default nginx 502 gate `"cloudflare"` will display a real looking cloudflare error page +| `websrv` | `private_society_gate` | `String` | Privacy mode | `""` | Empty default nginx 502 gate `"cloudflare"` will display a real looking cloudflare error page, `"custom"` to enable the template +| `websrv` | `private_society_gate_template` | `String` | Privacy mode | `"_gate_template"` | Point to a html file inside views folder |`websrv` | `public_nsfw` | `Boolean` | Public Mode | `false` | Wether or not guests can see nsfw/nsfl content | `websrv` | `default_comment_display_mode` | `Int` | Default comment style | `0` / `1` | Tree Style or Linear Style