Skip to content

Commit

Permalink
attempting to fix deployment stuff more
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Sep 28, 2024
1 parent 7c54ed4 commit 7a74ed9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: npm run start --max_old_space_size=2560
web: npm run deployment --max_old_space_size=2560
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 7a74ed9

Please sign in to comment.