From 46bf824993870fd94f8c297d954ed88803ffffc7 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Mon, 11 May 2026 06:32:00 +0000 Subject: [PATCH] Update Config --- Config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config.md b/Config.md index 0d4fba0..c943de1 100644 --- a/Config.md +++ b/Config.md @@ -42,6 +42,8 @@ This documents provides some explanation of the keys found in config.json | `websrv` | `cache` | `Boolean` | Enable caching | `false` | | `websrv` | `eps` | `Number` | entries per site | `100` | How many Thumbs should be loaded at once on the main page | `websrv` | `background` | `Boolean` | BG processing | `true` | Enable/Disable blurry background for items globally as default setting +| `websrv` | `log_user_ips` | `Boolean` | IP logging | `false` | Log User IP to Database +| `websrv` | `hash_user_ips` | `Boolean` | IP logging | `true` | If `log_user_ips` is `true` IPs will be logged hashed | `websrv` | `description` | `String` | Site description | `"Example Description"` | Meta Tag | `websrv` | `themes` | `Array` | Available themes | `["amoled"]` | Possible: `atmos`,`4d`,`xd`,`orange`,`p1nk`,`iced`,`f0ck95d` | `websrv` | `theme` | `String` | Active theme | `"amoled"` | Default theme