From 802a59d090b984694aea08002c95f84353f23193 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Fri, 11 Sep 2026 21:50:15 +0200 Subject: [PATCH] new config options --- config_example.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config_example.json b/config_example.json index f0ba239..2f0c895 100644 --- a/config_example.json +++ b/config_example.json @@ -34,6 +34,7 @@ "default_upload_visibility": 0, "allow_user_upload_visibility": true, "enable_item_slugs": true, + "onara": false, "nsfl_tag_id": 4, "allowedMimes": [ "audio", @@ -65,6 +66,7 @@ "allow_language_change": true, "cache": false, "eps": 155, + "default_thumb_size": "m", "background": true, "log_user_ips": false, "hash_user_ips": true, @@ -159,6 +161,7 @@ "private_society_gate_location": "Frankfurt", "private_society_gate_template": "_gate_template", "public_nsfw": false, + "public_untagged": false, "paths": { "images": "/b", "thumbnails": "/t",