diff --git a/Procfile b/Procfile index b5e57267..85e758b9 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: npm run start --max_old_space_size=2560 +web: npm run deployment --max_old_space_size=2560 diff --git a/README.md b/README.md index 37e11d3e..a0fead70 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,13 @@ This project serves mostly as a proof of concept for the ideal clientless soluti Works with a large number of sites, including YouTube, Discord, and more! Also has a good amount of locally hosted games featured on the site. +> [!TIP] +> Holy Unblocker LTS is optimized for self-hosting to provide you with maximum privacy control! Fork this repository (and star!!!). You can self-host using either free or paid deployment options, or set it up on a dedicated instance (VPS) for enhanced performance. #### Supports - Youtube.com +- Coolmathgames.com - Discord.com - Google.com - Reddit.com diff --git a/package.json b/package.json index 0bcf78e3..d5fc1a88 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "repository": "https://github.com/QuiteAFancyEmerald/Holy-Unblocker", "description": "Holy Unblocker is a secure web proxy service with support for many sites.", "main": "backend.js", + "engines": { + "node": "20.x" + }, "scripts": { "start": "npm install && npm run build && npm run manual-start", "restart": "node run-command.mjs stop start", @@ -13,7 +16,8 @@ "kill": "node run-command.mjs stop kill", "build": "node run-command.mjs build && cd lib/rammerhead && npm install && npm run build", "proxy-validator": "node proxyServiceValidator.js", - "workflow-test": "node run-command.mjs workflow" + "workflow-test": "node run-command.mjs workflow", + "deployment": "npm install && npm run build && node backend.js" }, "keywords": [ "proxy",