Go to file
SushiDesigner dc561b5af1 Does nothing 2023-09-11 22:21:49 -06:00
assets oops 2023-09-03 15:34:36 -06:00
middleware init 2023-09-03 12:50:37 -06:00
model inventory api, update item, redis for config, access key, admin config 2023-09-11 22:16:22 -06:00
routes inventory api, update item, redis for config, access key, admin config 2023-09-11 22:16:22 -06:00
.env.example inventory api, update item, redis for config, access key, admin config 2023-09-11 22:16:22 -06:00
.gitignore init 2023-09-03 12:50:37 -06:00
DefaultPrivateKey.pem init 2023-09-03 12:50:37 -06:00
PrivateKey2020.txt init 2023-09-03 12:50:37 -06:00
README.md inventory api, update item, redis for config, access key, admin config 2023-09-11 22:16:22 -06:00
actualgameserver.lua init 2023-09-03 12:50:37 -06:00
assetthumbnailrenderer.lua init 2023-09-03 12:50:37 -06:00
clientid.txt init 2023-09-03 12:50:37 -06:00
mykey.pub inventory api, update item, redis for config, access key, admin config 2023-09-11 22:16:22 -06:00
package-lock.json inventory api, update item, redis for config, access key, admin config 2023-09-11 22:16:22 -06:00
package.json inventory api, update item, redis for config, access key, admin config 2023-09-11 22:16:22 -06:00
rcctalk.js init 2023-09-03 12:50:37 -06:00
rcctalk2018.js init 2023-09-03 12:50:37 -06:00
server.mjs inventory api, update item, redis for config, access key, admin config 2023-09-11 22:16:22 -06:00
thumbnailrcctalk.js init 2023-09-03 12:50:37 -06:00
under_maintenance.html init 2023-09-03 12:50:37 -06:00
yarn.lock inventory api, update item, redis for config, access key, admin config 2023-09-11 22:16:22 -06:00

README.md

SushiBlox-Website

Website for sushiblox I guess.

Private for now might open source.

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

Redis

idk set it up nerd

setup

easy enough

Example

PROTOCOL_HEADER=x-forwarded-proto HOST_HEADER=x-forwarded-host pm2 start server.mjs

Setting up Access keys

Open regedit go to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node

Make a key called ROBLOX Corporation if it doesn't exist

Inside of that key make another key called Roblox if it doesn't exist

Finally inside that key made a string value called AccessKey for the value put the same value as the one from the env file thank you.

Contribution

Anyone is welcome to contribute.