Update README.md

This commit is contained in:
Sushi 2023-09-03 15:32:38 -06:00 committed by GitHub
parent 36968bf9c5
commit 60ddbb6ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,24 +1,24 @@
# SushiBlox-Website # SushiBlox-Website
Website for sushiblox I guess. 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 Uses MongoDB for datastorage. Redis for special things
# Advice # 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 # Redis
idk set it up nerd idk set it up nerd
# setup # setup
LOL I DID NOT MAKE THIS EASY easy enough
# Example # Example
``` ```
PROTOCOL_HEADER=x-forwarded-proto HOST_HEADER=x-forwarded-host pm2 start server.mjs PROTOCOL_HEADER=x-forwarded-proto HOST_HEADER=x-forwarded-host pm2 start server.mjs
``` ```