MeteoriteH/Back
dependabot[bot] 3067626ff0
Bump mongodb and mongoose in /Back
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) to 4.17.1 and updates ancestor dependency [mongoose](https://github.com/Automattic/mongoose). These dependencies need to be updated together.


Updates `mongodb` from 4.13.0 to 4.17.1
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v4.17.1/HISTORY.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.13.0...v4.17.1)

Updates `mongoose` from 6.9.1 to 6.12.0
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/6.9.1...6.12.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: indirect
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 17:58:48 +00: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 Install dependencies with pnpm and format files with Prettier 2023-09-10 02:02:20 +01:00
routes Install dependencies with pnpm and format files with Prettier 2023-09-10 02:02:20 +01:00
.env.example Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +01:00
.gitignore Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +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 Install dependencies with pnpm and format files with Prettier 2023-09-10 02:02:20 +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
package-lock.json Bump mongodb and mongoose in /Back 2023-09-11 17:58:48 +00:00
package.json Bump mongodb and mongoose in /Back 2023-09-11 17:58:48 +00:00
pnpm-lock.yaml Bump mongodb and mongoose in /Back 2023-09-11 17:58:48 +00: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 Install dependencies with pnpm and format files with Prettier 2023-09-10 02:02:20 +01:00
thumbnailrcctalk.js Install dependencies with pnpm and format files with Prettier 2023-09-10 02:02:20 +01:00
thumbnailrenderer.lua Initialise repository with SushiDesigner/Meteor-Front and SushiDesigner/Meteor-back 2023-09-10 01:51:41 +01:00
under_maintenance.html Install dependencies with pnpm and format files with Prettier 2023-09-10 02:02:20 +01:00
yarn.lock Bump mongodb and mongoose in /Back 2023-09-11 17:58:48 +00: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