From d32ab65ac680859a4bbd33e31fd009c950da0c0f Mon Sep 17 00:00:00 2001 From: Lawrence Tong Date: Sat, 16 May 2026 21:18:31 -0500 Subject: [PATCH] feat: more detailed titles --- .github/CONTRIBUTING.md | 2 + client/head.html | 115 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 116 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7e636e9da..ad90709ac 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,6 +2,8 @@ Users interested in contributing to this repository should read this document be # Running the Server +**Important:** Comment out lines 1-3 of [ip-filter.js](server\moderation\ip-filter.js) and add `const ips = [];` to that same file before running the server or you will get a MongoDB find error. + If you're interested in running the server locally or deploying a clone, please **contact me** on discord at [thedoge42](https://discord.com/users/298250592135020545) so I can give you (read-only) credentials to the MongoDB server. 1. Clone the repository and navigate to its root directory. diff --git a/client/head.html b/client/head.html index 11b1f4244..8baacfaa4 100644 --- a/client/head.html +++ b/client/head.html @@ -1,4 +1,117 @@ -QB Reader +QBReader +