MeteoriteH/Back
Lewin Kelly 5d5eda6bab
Replace mete0r.xyz URLs with URL loaded from .env file
2023-09-15 17:58:30 +01:00
..
assets Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +01:00
middleware Install dependencies with pnpm and format files with Prettier 2023-09-10 02:02:20 +01:00
model Pull from upstream front and back 2023-09-12 22:52:15 +01:00
routes Pull from upstream front and back 2023-09-12 22:52:15 +01:00
.env.example Pull from upstream front and back 2023-09-12 22:52:15 +01:00
.gitignore Replace mete0r.xyz URLs with URL loaded from .env file 2023-09-15 17:58:30 +01:00
DefaultPrivateKey.pem Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +01:00
PrivateKey2020.txt Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +01:00
README.md Pull from upstream front and back 2023-09-12 22:52:15 +01:00
actualgameserver.lua Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +01:00
assetthumbnailrenderer.lua Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +01:00
clientid.txt Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +01:00
docker-compose.yml Replace mete0r.xyz URLs with URL loaded from .env file 2023-09-15 17:58:30 +01:00
mykey.pub Pull from upstream front and back 2023-09-12 22:52:15 +01:00
package-lock.json Merge branch 'main' of https://github.com/Heliodex/Meteorite 2023-09-12 22:53:57 +01:00
package.json Merge branch 'main' of https://github.com/Heliodex/Meteorite 2023-09-12 22:53:57 +01:00
pnpm-lock.yaml Merge branch 'main' of https://github.com/Heliodex/Meteorite 2023-09-12 22:53:57 +01:00
rcctalk.js Install dependencies with pnpm and format files with Prettier 2023-09-10 02:02:20 +01:00
rcctalk2018.js Install dependencies with pnpm and format files with Prettier 2023-09-10 02:02:20 +01:00
server.mjs Fix some SvelteKit errors and add docker compose file for Redis 2023-09-12 23:41:56 +01:00
thumbnailrcctalk.js Install dependencies with pnpm and format files with Prettier 2023-09-10 02:02:20 +01:00
under_maintenance.html Install dependencies with pnpm and format files with Prettier 2023-09-10 02:02:20 +01:00
yarn.lock Merge branch 'main' of https://github.com/Heliodex/Meteorite 2023-09-12 22:53:57 +01: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.