From 60ddbb6ac6951eb0d430de0ad47f6da7b44034dd Mon Sep 17 00:00:00 2001 From: Sushi <54828677+SushiDesigner@users.noreply.github.com> Date: Sun, 3 Sep 2023 15:32:38 -0600 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c58996c..e971927 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ # SushiBlox-Website Website for sushiblox I guess. -Private for now might open source. +~~Private for now might open source.~~ -The setup is easy install required node modules and setup a nginx reverse proxy on port 9000. +The setup is ~~easy install required node modules and setup a nginx reverse proxy on port 9000.~~ Uses MongoDB for datastorage. Redis for special things # Advice -This uses hardcoded domain names in the code and relies on cloudflare headers for IP configs. so yeahhhhhhhhhhhhhhhhhhhhhhhhhh +~~This uses hardcoded domain names in the code~~ and relies on cloudflare headers for IP configs. so yeahhhhhhhhhhhhhhhhhhhhhhhhhh # Redis idk set it up nerd # setup -LOL I DID NOT MAKE THIS EASY +easy enough # Example ``` PROTOCOL_HEADER=x-forwarded-proto HOST_HEADER=x-forwarded-host pm2 start server.mjs -``` \ No newline at end of file +```